superwaba.ext.xplat.io
Class BigByteArrayStream.DirectCharConverter

java.lang.Object
  |
  +--waba.sys.CharacterConverter
        |
        +--superwaba.ext.xplat.io.BigByteArrayStream.DirectCharConverter
Enclosing class:
BigByteArrayStream

public static class BigByteArrayStream.DirectCharConverter
extends CharacterConverter


Constructor Summary
BigByteArrayStream.DirectCharConverter()
           
 
Method Summary
 char[] bytes2chars(byte[] bytes, int offset, int length)
           
 byte[] chars2bytes(char[] chars, int offset, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigByteArrayStream.DirectCharConverter

public BigByteArrayStream.DirectCharConverter()
Method Detail

bytes2chars

public char[] bytes2chars(byte[] bytes,
                          int offset,
                          int length)
Overrides:
bytes2chars in class CharacterConverter

chars2bytes

public byte[] chars2bytes(char[] chars,
                          int offset,
                          int length)
Overrides:
chars2bytes in class CharacterConverter