public interface TiffDataIntput
| Modifier and Type | Method and Description |
|---|---|
Ascii |
readAscii()
Read byte.
|
Byte |
readByte()
Read byte.
|
Double |
readDouble()
Read double.
|
Float |
readFloat()
Read float.
|
Long |
readLong()
Read long.
|
Rational |
readRational()
Read rational.
|
SByte |
readSByte()
Read s byte.
|
Short |
readShort()
Read ascii.
|
SLong |
readSLong()
Read s long.
|
SRational |
readSRational()
Read s rational.
|
SShort |
readSShort()
Read s short.
|
Undefined |
readUndefined()
Read undefined.
|
Byte readByte() throws IOException
IOException - Signals that an I/O exception has occurred.Ascii readAscii() throws IOException
IOException - Signals that an I/O exception has occurred.Short readShort() throws IOException
IOException - Signals that an I/O exception has occurred.Long readLong() throws IOException
IOException - Signals that an I/O exception has occurred.Rational readRational() throws IOException
IOException - Signals that an I/O exception has occurred.SByte readSByte() throws IOException
IOException - Signals that an I/O exception has occurred.Undefined readUndefined() throws IOException
IOException - Signals that an I/O exception has occurred.SShort readSShort() throws IOException
IOException - Signals that an I/O exception has occurred.SLong readSLong() throws IOException
IOException - Signals that an I/O exception has occurred.SRational readSRational() throws IOException
IOException - Signals that an I/O exception has occurred.Float readFloat() throws IOException
IOException - Signals that an I/O exception has occurred.Double readDouble() throws IOException
IOException - Signals that an I/O exception has occurred.Copyright © 2015–2020. All rights reserved.