public class RConOutputStream
extends java.lang.Object
| Constructor and Description |
|---|
RConOutputStream(int p_i1533_1_) |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the byte array output.
|
byte[] |
toByteArray()
Returns the contents of the output stream as a byte array
|
void |
writeByteArray(byte[] p_72670_1_)
Writes the given byte array to the output stream
|
void |
writeInt(int p_72667_1_)
Writes the given int to the output stream
|
void |
writeShort(short p_72668_1_)
Writes the given short to the output stream
|
void |
writeString(java.lang.String p_72671_1_)
Writes the given String to the output stream
|
public void writeByteArray(byte[] p_72670_1_)
throws java.io.IOException
java.io.IOExceptionpublic void writeString(java.lang.String p_72671_1_)
throws java.io.IOException
java.io.IOExceptionpublic void writeInt(int p_72667_1_)
throws java.io.IOException
java.io.IOExceptionpublic void writeShort(short p_72668_1_)
throws java.io.IOException
java.io.IOExceptionpublic byte[] toByteArray()
public void reset()