Class ColognePhonetic.CologneBuffer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected char[] data  
      protected int length  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract char[] copyData​(int start, int length)  
      int length()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • data

        protected final char[] data
      • length

        protected int length
    • Constructor Detail

      • CologneBuffer

        public CologneBuffer​(char[] data)
      • CologneBuffer

        public CologneBuffer​(int buffSize)
    • Method Detail

      • copyData

        protected abstract char[] copyData​(int start,
                                           int length)
      • length

        public int length()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object