Package eu.bandm.tools.lljava.codec
Class ByteSource
java.lang.Object
eu.bandm.tools.lljava.codec.ByteSource
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ByteSource
-
-
Method Details
-
push
public void push(byte[] bytes) -
pop
public void pop() -
getPosition
public int getPosition() -
readU8
- Throws:
IOException
-
read8
- Throws:
IOException
-
readU16
- Throws:
IOException
-
read16
- Throws:
IOException
-
read32
- Throws:
IOException
-
readU32
- Throws:
IOException
-
pad32
- Throws:
IOException
-
read
- Throws:
IOException
-
skip
- Throws:
IOException
-