Class BufferHelper

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

public class BufferHelper
extends Object
  • Field Details

  • Constructor Details

  • 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)