Class ClassSeg.Decoder

  • All Implemented Interfaces:
    PathSegmentDecoder
    Enclosing class:
    ClassSeg

    public static class ClassSeg.Decoder
    extends java.lang.Object
    implements PathSegmentDecoder
    Decode bytes expected to contain one encoded path segment.
    • Constructor Summary

      Constructors 
      Constructor Description
      Decoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PathSegment decode​(java.nio.ByteBuffer source, boolean padded)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Decoder

        public Decoder()