Class MachineInput.UTF8Input

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] b  
      (package private) int end  
      (package private) int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      UTF8Input​(byte[] b)  
      UTF8Input​(byte[] b, int start, int end)  
    • Field Detail

      • b

        final byte[] b
      • start

        final int start
      • end

        final int end
    • Constructor Detail

      • UTF8Input

        UTF8Input​(byte[] b)
      • UTF8Input

        UTF8Input​(byte[] b,
                  int start,
                  int end)