Uses of Interface
loci.common.IRandomAccess
Packages that use IRandomAccess
-
Uses of IRandomAccess in loci.common
Classes in loci.common that implement IRandomAccessModifier and TypeClassDescriptionclassA wrapper for buffered NIO logic that implements the IRandomAccess interface.classA wrapper for a byte array that implements the IRandomAccess interface.classStreamHandle implementation for reading from BZip2-compressed files or byte arrays.classA wrapper for RandomAccessFile that implements the IRandomAccess interface.classStreamHandle implementation for reading from gzip-compressed files or byte arrays.classA wrapper for buffered NIO logic that implements the IRandomAccess interface.classProvides random access to S3 buckets using the IRandomAccess interface.classAbstract IRandomAccess implementation for reading from InputStreams and writing to OutputStreams.classProvides random access to URLs using the IRandomAccess interface.classStreamHandle implementation for reading from Zip-compressed files or byte arrays.Fields in loci.common declared as IRandomAccessModifier and TypeFieldDescriptionprotected IRandomAccessNIOInputStream.rafprotected IRandomAccessRandomAccessInputStream.rafMethods in loci.common that return IRandomAccessModifier and TypeMethodDescriptionstatic IRandomAccessGets an IRandomAccess object that can read from the given file.static IRandomAccessGets an IRandomAccess object that can read from or write to the given file.static IRandomAccessGets an IRandomAccess object that can read from or write to the given file.static IRandomAccessGets an IRandomAccess object that can read from or write to the given file.static IRandomAccessLocation.getMappedFile(String id) Gets the random access handle for the given id.Methods in loci.common with parameters of type IRandomAccessModifier and TypeMethodDescriptionstatic voidLocation.mapFile(String id, IRandomAccess ira) Maps the given id to the given IRandomAccess object.Constructors in loci.common with parameters of type IRandomAccessModifierConstructorDescriptionNIOInputStream(IRandomAccess handle) Constructs a random access stream around the given handle.RandomAccessInputStream(IRandomAccess handle) Constructs a random access stream around the given handle.RandomAccessInputStream(IRandomAccess handle, String file) Constructs a random access stream around the given handle, and with the associated file path.Constructs a random access stream around the given handle.