|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.network.rcon.RConOutputStream
public class RConOutputStream
| Constructor Summary | |
|---|---|
RConOutputStream(int par1)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RConOutputStream(int par1)
| Method Detail |
|---|
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
IOExceptionpublic byte[] toByteArray()
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||