public abstract class ZIP_Reader_Standalone.FileProjectionSource
extends java.lang.Object
Constructor and Description |
---|
ZIP_Reader_Standalone.FileProjectionSource() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
convertToUnsignedInt(byte[] values,
int index)
converts a byte sequence to integer
|
int |
convertToUnsignedShort(byte[] values,
int index)
converts a byte sequence to integer
|
int |
getCurrentProjectionNumber() |
ij.process.ImageProcessor |
getNextProjection() |
ZIP_Reader_Standalone.FileProjectionSource[] |
getProjectionSources() |
abstract void |
initStream(java.lang.String filename) |
boolean |
isShowProgress() |
ZIP_Reader_Standalone.FileProjectionSource |
openProjectionStream(java.lang.String filename) |
void |
setShowProgress(boolean showProgress) |
public ZIP_Reader_Standalone.FileProjectionSource()
public ZIP_Reader_Standalone.FileProjectionSource[] getProjectionSources()
public ZIP_Reader_Standalone.FileProjectionSource openProjectionStream(java.lang.String filename) throws java.io.IOException
java.io.IOException
public abstract void initStream(java.lang.String filename) throws java.io.IOException
java.io.IOException
public void setShowProgress(boolean showProgress)
public boolean isShowProgress()
public int getCurrentProjectionNumber()
public ij.process.ImageProcessor getNextProjection()
public void close() throws java.io.IOException
java.io.IOException
public long convertToUnsignedInt(byte[] values, int index)
values
- the byte arrayindex
- the index in 32bit integer metricpublic int convertToUnsignedShort(byte[] values, int index)
values
- the byte arrayindex
- the index in 32bit integer metric