Class PktUtils

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

public class PktUtils extends Object
  • Field Details

    • MAX_PACKET_SIZE

      public static final int MAX_PACKET_SIZE
      See Also:
    • HEX_CHAR

      public static final char[] HEX_CHAR
  • Constructor Details

    • PktUtils

      public PktUtils()
  • Method Details

    • stringFromByteArray

      public static String stringFromByteArray(byte[] b, int offset, int length)
    • intFromByteArray

      public static int intFromByteArray(byte[] b, int offset)
    • intFromByteArray

      public static int intFromByteArray(byte[] b, int offset, int length)
    • intFromNetworkByteArray

      public static int intFromNetworkByteArray(byte[] b, int offset, int length)
    • toHexString

      public static String toHexString(byte b)