Class PathParser

    • Field Detail

      • array

        protected String[] array
      • count

        protected int count
      • buf

        protected char[] buf
      • bufCount

        protected int bufCount
    • Constructor Detail

      • PathParser

        public PathParser()
    • Method Detail

      • reset

        public void reset()
      • parse

        public Path parse​(String path,
                          int userBits)
      • back

        public void back()
      • addSegment

        public void addSegment​(String segment)
      • getSegments

        public String[] getSegments()