Class NetStreamOutput
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.github.retrooper.packetevents.protocol.stream.NetStreamOutput
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Direct Known Subclasses:
NetStreamOutputWrapper
Deprecated.
-
Field Summary
Fields inherited from class java.io.FilterOutputStream
out -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteBoolean(boolean b) Deprecated.voidwriteByte(int b) Deprecated.voidwriteBytes(byte[] b) Deprecated.voidwriteBytes(byte[] b, int length) Deprecated.voidwriteChar(int c) Deprecated.voidwriteDouble(double d) Deprecated.voidwriteFloat(float f) Deprecated.voidwriteInt(int i) Deprecated.voidwriteInts(int[] i) Deprecated.voidwriteInts(int[] i, int length) Deprecated.voidwriteLong(long l) Deprecated.voidwriteLongs(long[] l) Deprecated.voidwriteLongs(long[] l, int length) Deprecated.voidwriteShort(int s) Deprecated.voidwriteShorts(short[] s) Deprecated.voidwriteShorts(short[] s, int length) Deprecated.voidDeprecated.voidDeprecated.voidwriteVarInt(int i) Deprecated.voidwriteVarLong(long l) Deprecated.Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
NetStreamOutput
Deprecated.
-
-
Method Details
-
writeBoolean
public void writeBoolean(boolean b) Deprecated. -
writeByte
public void writeByte(int b) Deprecated. -
writeShort
public void writeShort(int s) Deprecated. -
writeChar
public void writeChar(int c) Deprecated. -
writeInt
public void writeInt(int i) Deprecated. -
writeVarInt
public void writeVarInt(int i) Deprecated. -
writeLong
public void writeLong(long l) Deprecated. -
writeVarLong
public void writeVarLong(long l) Deprecated. -
writeFloat
public void writeFloat(float f) Deprecated. -
writeDouble
public void writeDouble(double d) Deprecated. -
writeBytes
public void writeBytes(byte[] b) Deprecated. -
writeBytes
public void writeBytes(byte[] b, int length) Deprecated. -
writeShorts
public void writeShorts(short[] s) Deprecated. -
writeShorts
public void writeShorts(short[] s, int length) Deprecated. -
writeInts
public void writeInts(int[] i) Deprecated. -
writeInts
public void writeInts(int[] i, int length) Deprecated. -
writeLongs
public void writeLongs(long[] l) Deprecated. -
writeLongs
public void writeLongs(long[] l, int length) Deprecated. -
writeString
Deprecated. -
writeUUID
Deprecated.
-