Package net.minecraft.util
Class DelegateDataOutput
java.lang.Object
net.minecraft.util.DelegateDataOutput
- All Implemented Interfaces:
DataOutput
- Direct Known Subclasses:
NbtIo.StringFallbackDataOutput
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(byte[] pData) voidwrite(byte[] pData, int pOffset, int pLength) voidwrite(int pValue) voidwriteBoolean(boolean pValue) voidwriteByte(int pValue) voidwriteBytes(String pValue) voidwriteChar(int pValue) voidwriteChars(String pValue) voidwriteDouble(double pValue) voidwriteFloat(float pValue) voidwriteInt(int pValue) voidwriteLong(long pValue) voidwriteShort(int pValue) void
-
Field Details
-
parent
-
-
Constructor Details
-
DelegateDataOutput
-
-
Method Details
-
write
- Specified by:
writein interfaceDataOutput- Throws:
IOException
-
write
- Specified by:
writein interfaceDataOutput- Throws:
IOException
-
write
- Specified by:
writein interfaceDataOutput- Throws:
IOException
-
writeBoolean
- Specified by:
writeBooleanin interfaceDataOutput- Throws:
IOException
-
writeByte
- Specified by:
writeBytein interfaceDataOutput- Throws:
IOException
-
writeShort
- Specified by:
writeShortin interfaceDataOutput- Throws:
IOException
-
writeChar
- Specified by:
writeCharin interfaceDataOutput- Throws:
IOException
-
writeInt
- Specified by:
writeIntin interfaceDataOutput- Throws:
IOException
-
writeLong
- Specified by:
writeLongin interfaceDataOutput- Throws:
IOException
-
writeFloat
- Specified by:
writeFloatin interfaceDataOutput- Throws:
IOException
-
writeDouble
- Specified by:
writeDoublein interfaceDataOutput- Throws:
IOException
-
writeBytes
- Specified by:
writeBytesin interfaceDataOutput- Throws:
IOException
-
writeChars
- Specified by:
writeCharsin interfaceDataOutput- Throws:
IOException
-
writeUTF
- Specified by:
writeUTFin interfaceDataOutput- Throws:
IOException
-