public class BZip2Handle extends StreamHandle
StreamHandle| Constructor and Description |
|---|
BZip2Handle(java.lang.String file)
Construct a new BZip2Handle corresponding to the given file.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBZip2File(java.lang.String file)
Returns true if the given filename is a BZip2 file.
|
protected void |
resetStream()
Close and reopen the stream; the stream pointer and mark should be
reset to 0.
|
close, getFilePointer, getOrder, length, read, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setOrder, skipBytes, write, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic BZip2Handle(java.lang.String file)
throws java.io.IOException
HandleException - if the given file is not a BZip2 file.java.io.IOExceptionpublic static boolean isBZip2File(java.lang.String file)
throws java.io.IOException
java.io.IOExceptionprotected void resetStream()
throws java.io.IOException
StreamHandleresetStream in class StreamHandlejava.io.IOExceptionCopyright © 2014 Open Microscopy Environment