Class CidLocationFromByte

  • All Implemented Interfaces:
    CidLocation

    public class CidLocationFromByte
    extends java.lang.Object
    implements CidLocation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] data  
    • Constructor Summary

      Constructors 
      Constructor Description
      CidLocationFromByte​(byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PRTokeniser getLocation​(java.lang.String location)  
      • Methods inherited from class java.lang.Object

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

      • data

        private byte[] data
    • Constructor Detail

      • CidLocationFromByte

        public CidLocationFromByte​(byte[] data)
    • Method Detail

      • getLocation

        public PRTokeniser getLocation​(java.lang.String location)
                                throws java.io.IOException
        Specified by:
        getLocation in interface CidLocation
        Throws:
        java.io.IOException