public class OutputStreamCompactWriter extends CompactWriter
| Constructor and Description |
|---|
OutputStreamCompactWriter(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] bytes)
|
void |
writeByte(int b)
|
encodeZigZag, getNumberOfBytesSigned, writeString, writeVariableLengthSignedIntegerpublic OutputStreamCompactWriter(OutputStreamos)
public void writeByte(int b)
throws IOException
writeByte in class
CompactWriter
IOException
public void write(byte[] bytes)
throws IOException
write in class
CompactWriter
IOException