Package eu.bandm.tools.lljava.codec
Class ByteSink.State
java.lang.Object
eu.bandm.tools.lljava.codec.ByteSink.State
- Enclosing class:
- ByteSink
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
relocate
(byte[] bytes) (package private) void
relocate16
(byte[] bytes, int at, int to) (package private) void
relocate32
(byte[] bytes, int at, int to) byte[]
-
Constructor Details
-
State
State()
-
-
Method Details
-
toByteArray
public byte[] toByteArray() -
relocate
void relocate(byte[] bytes) -
relocate16
void relocate16(byte[] bytes, int at, int to) -
relocate32
void relocate32(byte[] bytes, int at, int to)
-