public static class ResourceTypes.ResChunk_header
extends java.lang.Object
Header that appears at the front of every data chunk in a resource.
Constructor and Description |
---|
ResChunk_header(java.nio.ByteBuffer buf,
int offset) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
myBuf() |
int |
myOffset() |
java.lang.String |
toString() |
static void |
write(java.nio.ByteBuffer buf,
short type,
java.lang.Runnable header,
java.lang.Runnable contents) |
public static void write(java.nio.ByteBuffer buf, short type, java.lang.Runnable header, java.lang.Runnable contents)
public final java.nio.ByteBuffer myBuf()
public final int myOffset()
public java.lang.String toString()
toString
in class java.lang.Object