Class BufferHelper

java.lang.Object
net.minecraft.server.rcon.BufferHelper

public class BufferHelper
extends Object
  • Field Details

    • HEX_CHARS_LOOKUP

      public static final char[] HEX_CHARS_LOOKUP
  • Constructor Details

    • BufferHelper

      public BufferHelper()
  • Method Details

    • getString

      public static String getString​(byte[] buf, int int2, int int3)
    • 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

      public static String toHex​(byte b)