public class GZipHandle extends StreamHandle
StreamHandle| Constructor and Description | 
|---|
| GZipHandle(String file)Construct a new GZipHandle for the given file. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | isGZipFile(String file)Returns true if the given filename is a gzip 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 GZipHandle(String file) throws IOException
HandleException - if the given file name is not a GZip file.IOExceptionpublic static boolean isGZipFile(String file) throws IOException
IOExceptionprotected void resetStream()
                    throws IOException
StreamHandleresetStream in class StreamHandleIOExceptionCopyright © 2015 Open Microscopy Environment