public class RConOutputStream
extends java.lang.Object
Constructor and Description |
---|
RConOutputStream(int par1) |
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[] par1ArrayOfByte)
Writes the given byte array to the output stream
|
void |
writeInt(int par1)
Writes the given int to the output stream
|
void |
writeShort(short par1)
Writes the given short to the output stream
|
void |
writeString(java.lang.String par1Str)
Writes the given String to the output stream
|
public void writeByteArray(byte[] par1ArrayOfByte) throws java.io.IOException
java.io.IOException
public void writeString(java.lang.String par1Str) throws java.io.IOException
java.io.IOException
public void writeInt(int par1) throws java.io.IOException
java.io.IOException
public void writeShort(short par1) throws java.io.IOException
java.io.IOException
public byte[] toByteArray()
public void reset()