Package net.minecraft.server.rcon
Class BufferHelper
java.lang.Object
net.minecraft.server.rcon.BufferHelper
public class BufferHelper extends Object
-
Field Summary
Fields Modifier and Type Field Description static char[]
HEX_CHARS_LOOKUP
-
Constructor Summary
Constructors Constructor Description BufferHelper()
-
Method Summary
-
Field Details
-
HEX_CHARS_LOOKUP
public static final char[] HEX_CHARS_LOOKUP
-
-
Constructor Details
-
BufferHelper
public BufferHelper()
-
-
Method Details
-
getString
-
getIntLE
public static int getIntLE(byte[] buf, int start) -
getIntLE
public static int getIntLE(byte[] buf, int start, int limit) -
getIntBE
public static int getIntBE(byte[] buf, int start, int limit) -
toHex
-