Package org.cloudburstmc.nbt.util
Class VarInts
java.lang.Object
org.cloudburstmc.nbt.util.VarInts
-
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic longstatic intreadUnsignedInt(DataInput buffer) static longreadUnsignedLong(DataInput buffer) static voidwriteInt(DataOutput buffer, int value) static voidwriteLong(DataOutput buffer, long value) static voidwriteUnsignedInt(DataOutput buffer, long value) static voidwriteUnsignedLong(DataOutput buffer, long value)
-
Method Details
-
writeInt
- Throws:
IOException
-
readInt
- Throws:
IOException
-
writeUnsignedInt
- Throws:
IOException
-
readUnsignedInt
- Throws:
IOException
-
writeLong
- Throws:
IOException
-
readLong
- Throws:
IOException
-
writeUnsignedLong
- Throws:
IOException
-
readUnsignedLong
- Throws:
IOException
-