Class MachineInput.UTF8Input

java.lang.Object
com.google.re2j.MachineInput
com.google.re2j.MachineInput.UTF8Input
Enclosing class:
MachineInput

private static class MachineInput.UTF8Input extends MachineInput
/ Implementations
  • Field Details

    • b

      final byte[] b
    • start

      final int start
    • end

      final int end
  • Constructor Details

    • UTF8Input

      UTF8Input(byte[] b)
    • UTF8Input

      UTF8Input(byte[] b, int start, int end)
  • Method Details