public class ByteRenderer
extends java.lang.Object
| Constructor and Description |
|---|
ByteRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeTo(org.jf.util.IndentingWriter writer,
byte val) |
static void |
writeUnsignedTo(org.jf.util.IndentingWriter writer,
byte val) |
public static void writeTo(org.jf.util.IndentingWriter writer,
byte val)
throws java.io.IOException
java.io.IOExceptionpublic static void writeUnsignedTo(org.jf.util.IndentingWriter writer,
byte val)
throws java.io.IOException
java.io.IOException