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 TypeMethodDescriptionvoid
write
(byte[] pData) void
write
(byte[] pData, int pOffset, int pLength) void
write
(int pValue) void
writeBoolean
(boolean pValue) void
writeByte
(int pValue) void
writeBytes
(String pValue) void
writeChar
(int pValue) void
writeChars
(String pValue) void
writeDouble
(double pValue) void
writeFloat
(float pValue) void
writeInt
(int pValue) void
writeLong
(long pValue) void
writeShort
(int pValue) void
-
Field Details
-
parent
-
-
Constructor Details
-
DelegateDataOutput
-
-
Method Details
-
write
- Specified by:
write
in interfaceDataOutput
- Throws:
IOException
-
write
- Specified by:
write
in interfaceDataOutput
- Throws:
IOException
-
write
- Specified by:
write
in interfaceDataOutput
- Throws:
IOException
-
writeBoolean
- Specified by:
writeBoolean
in interfaceDataOutput
- Throws:
IOException
-
writeByte
- Specified by:
writeByte
in interfaceDataOutput
- Throws:
IOException
-
writeShort
- Specified by:
writeShort
in interfaceDataOutput
- Throws:
IOException
-
writeChar
- Specified by:
writeChar
in interfaceDataOutput
- Throws:
IOException
-
writeInt
- Specified by:
writeInt
in interfaceDataOutput
- Throws:
IOException
-
writeLong
- Specified by:
writeLong
in interfaceDataOutput
- Throws:
IOException
-
writeFloat
- Specified by:
writeFloat
in interfaceDataOutput
- Throws:
IOException
-
writeDouble
- Specified by:
writeDouble
in interfaceDataOutput
- Throws:
IOException
-
writeBytes
- Specified by:
writeBytes
in interfaceDataOutput
- Throws:
IOException
-
writeChars
- Specified by:
writeChars
in interfaceDataOutput
- Throws:
IOException
-
writeUTF
- Specified by:
writeUTF
in interfaceDataOutput
- Throws:
IOException
-