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