Package net.bramp.ffmpeg.nut
Class NutDataInputStream
java.lang.Object
net.bramp.ffmpeg.nut.NutDataInputStream
- All Implemented Interfaces:
DataInput
A DataInputStream that implements a couple of custom FFmpeg Nut datatypes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCRC()longoffset()booleanbytereadByte()charreadChar()doublefloatvoidreadFully(byte[] b) voidreadFully(byte[] b, int off, int len) intreadInt()readLine()Deprecated.longreadLong()shortlonglongintintreadUTF()byte[]intlongvoidresetCRC()intskipBytes(int n)
-
Constructor Details
-
NutDataInputStream
-
-
Method Details
-
resetCRC
-
getCRC
-
readVarInt
- Throws:
IOException
-
readVarLong
- Throws:
IOException
-
readSignedVarInt
- Throws:
IOException
-
readVarArray
- Throws:
IOException
-
readStartCode
- Throws:
IOException
-
offset
-
readFully
- Specified by:
readFullyin interfaceDataInput- Throws:
IOException
-
readFully
- Specified by:
readFullyin interfaceDataInput- Throws:
IOException
-
skipBytes
- Specified by:
skipBytesin interfaceDataInput- Throws:
IOException
-
readBoolean
- Specified by:
readBooleanin interfaceDataInput- Throws:
IOException
-
readByte
- Specified by:
readBytein interfaceDataInput- Throws:
IOException
-
readUnsignedByte
- Specified by:
readUnsignedBytein interfaceDataInput- Throws:
IOException
-
readShort
- Specified by:
readShortin interfaceDataInput- Throws:
IOException
-
readUnsignedShort
- Specified by:
readUnsignedShortin interfaceDataInput- Throws:
IOException
-
readChar
- Specified by:
readCharin interfaceDataInput- Throws:
IOException
-
readInt
- Specified by:
readIntin interfaceDataInput- Throws:
IOException
-
readLong
- Specified by:
readLongin interfaceDataInput- Throws:
IOException
-
readFloat
- Specified by:
readFloatin interfaceDataInput- Throws:
IOException
-
readDouble
- Specified by:
readDoublein interfaceDataInput- Throws:
IOException
-
readLine
Deprecated.- Specified by:
readLinein interfaceDataInput- Throws:
IOException
-
readUTF
- Specified by:
readUTFin interfaceDataInput- Throws:
IOException
-