Class CodeSetConversion.BTCConverter

    • Constructor Summary

      Constructors 
      Constructor Description
      BTCConverter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract char[] getChars​(byte[] bytes, int offset, int length)  
      abstract char[] getChars​(java.nio.ByteBuffer byteBuffer, int offset, int length)  
      abstract int getNumChars()  
      • Methods inherited from class java.lang.Object

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

      • BTCConverter

        public BTCConverter()
    • Method Detail

      • getNumChars

        public abstract int getNumChars()
      • getChars

        public abstract char[] getChars​(byte[] bytes,
                                        int offset,
                                        int length)
      • getChars

        public abstract char[] getChars​(java.nio.ByteBuffer byteBuffer,
                                        int offset,
                                        int length)