class ImageExtractor.GifFileReader.GraphicsControlExtensionReader extends ImageExtractor.GifFileReader.ExtensionReader
| Constructor and Description |
|---|
GraphicsControlExtensionReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasSignature(byte firstByte,
byte secondByte)
Tests that the given two bytes match this extension signature.
|
boolean |
skipBlock(java.io.RandomAccessFile raf)
Returns true for this section type.
|
testExtensionpublic boolean hasSignature(byte firstByte,
byte secondByte)
hasSignature in class ImageExtractor.GifFileReader.ExtensionReaderfirstByte - The first byte of the two bytes signaturesecondByte - The second byte of the two bytes signaturepublic boolean skipBlock(java.io.RandomAccessFile raf)
throws java.io.IOException
skipBlock in class ImageExtractor.GifFileReader.ExtensionReaderraf - The data represented by the random access filejava.io.IOException - If IO error occurs during this reading operation.