Package org.fressian.impl
Class RawInput
java.lang.Object
org.fressian.impl.RawInput
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Constructor Details
-
RawInput
-
RawInput
-
-
Method Details
-
readRawByte
- Throws:
IOException
-
readRawInt8
- Throws:
IOException
-
readRawInt16
- Throws:
IOException
-
readRawInt24
- Throws:
IOException
-
readRawInt32
- Throws:
IOException
-
readRawInt40
- Throws:
IOException
-
readRawInt48
- Throws:
IOException
-
readRawInt64
- Throws:
IOException
-
readRawFloat
- Throws:
IOException
-
readRawDouble
- Throws:
IOException
-
readFully
- Throws:
IOException
-
getBytesRead
public int getBytesRead() -
reset
public void reset() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
validateChecksum
- Throws:
IOException
-