|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomAccessStream | |
---|---|
loci.formats | Bio-Formats: a library for reading and writing popular microscopy file formats. |
loci.formats.in |
Uses of RandomAccessStream in loci.formats |
---|
Fields in loci.formats declared as RandomAccessStream | |
---|---|
protected RandomAccessStream |
FormatReader.in
Current file. |
protected RandomAccessStream |
FormatReader.in
Current file. |
Methods in loci.formats with parameters of type RandomAccessStream | |
---|---|
static Boolean |
TiffTools.checkHeader(RandomAccessStream in)
Checks the TIFF header. |
static Boolean |
TiffTools.checkHeader(RandomAccessStream in)
Checks the TIFF header. |
static Hashtable |
TiffTools.getFirstIFD(RandomAccessStream in)
Gets the first IFD within the given TIFF file, or null if the given file is not a valid TIFF file. |
static Hashtable |
TiffTools.getFirstIFD(RandomAccessStream in)
Gets the first IFD within the given TIFF file, or null if the given file is not a valid TIFF file. |
static TiffIFDEntry |
TiffTools.getFirstIFDEntry(RandomAccessStream in,
int tag)
Retrieve a given entry from the first IFD in a stream. |
static TiffIFDEntry |
TiffTools.getFirstIFDEntry(RandomAccessStream in,
int tag)
Retrieve a given entry from the first IFD in a stream. |
static long |
TiffTools.getFirstOffset(RandomAccessStream in)
Gets offset to the first IFD, or -1 if stream is not TIFF. |
static long |
TiffTools.getFirstOffset(RandomAccessStream in)
Gets offset to the first IFD, or -1 if stream is not TIFF. |
static long |
TiffTools.getFirstOffset(RandomAccessStream in,
boolean bigTiff)
Gets offset to the first IFD, or -1 if stream is not TIFF. |
static long |
TiffTools.getFirstOffset(RandomAccessStream in,
boolean bigTiff)
Gets offset to the first IFD, or -1 if stream is not TIFF. |
static Hashtable |
TiffTools.getIFD(RandomAccessStream in,
long ifdNum,
long offset)
Gets the IFD stored at the given offset. |
static Hashtable |
TiffTools.getIFD(RandomAccessStream in,
long ifdNum,
long offset)
Gets the IFD stored at the given offset. |
static Hashtable |
TiffTools.getIFD(RandomAccessStream in,
long ifdNum,
long offset,
boolean bigTiff)
Gets the IFD stored at the given offset. |
static Hashtable |
TiffTools.getIFD(RandomAccessStream in,
long ifdNum,
long offset,
boolean bigTiff)
Gets the IFD stored at the given offset. |
static Hashtable[] |
TiffTools.getIFDs(RandomAccessStream in)
Gets all IFDs within the given TIFF file, or null if the given file is not a valid TIFF file. |
static Hashtable[] |
TiffTools.getIFDs(RandomAccessStream in)
Gets all IFDs within the given TIFF file, or null if the given file is not a valid TIFF file. |
static BufferedImage |
TiffTools.getImage(Hashtable ifd,
RandomAccessStream in)
Reads the image defined in the given IFD from the specified file. |
static BufferedImage |
TiffTools.getImage(Hashtable ifd,
RandomAccessStream in)
Reads the image defined in the given IFD from the specified file. |
static byte[][] |
TiffTools.getSamples(Hashtable ifd,
RandomAccessStream in)
Reads the image defined in the given IFD from the specified file. |
static byte[][] |
TiffTools.getSamples(Hashtable ifd,
RandomAccessStream in)
Reads the image defined in the given IFD from the specified file. |
static byte[] |
TiffTools.getSamples(Hashtable ifd,
RandomAccessStream in,
byte[] buf)
|
static byte[] |
TiffTools.getSamples(Hashtable ifd,
RandomAccessStream in,
byte[] buf)
|
Uses of RandomAccessStream in loci.formats.in |
---|
Fields in loci.formats.in declared as RandomAccessStream | |
---|---|
protected RandomAccessStream |
PictReader.ras
Stream for reading pixel data. |
protected RandomAccessStream |
PictReader.ras
Stream for reading pixel data. |
Constructors in loci.formats.in with parameters of type RandomAccessStream | |
---|---|
SDTInfo(RandomAccessStream in,
Hashtable meta)
Constructs a new SDT header by reading values from the given input source, populating the given metadata table. |
|
SDTInfo(RandomAccessStream in,
Hashtable meta)
Constructs a new SDT header by reading values from the given input source, populating the given metadata table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |