org.apache.derby.impl.drda
Class CcsidManager

java.lang.Object
  extended byorg.apache.derby.impl.drda.CcsidManager
Direct Known Subclasses:
EbcdicCcsidManager

abstract class CcsidManager
extends java.lang.Object


Field Summary
(package private)  byte dot
           
(package private)  byte[] numToCharRepresentation
           
(package private)  byte space
           
 
Constructor Summary
(package private) CcsidManager(byte space, byte dot, byte[] numToCharRepresentation)
           
 
Method Summary
(package private) abstract  byte[] convertFromUCS2(java.lang.String sourceString)
           
(package private) abstract  int convertFromUCS2(java.lang.String sourceString, byte[] buffer, int offset)
           
(package private) abstract  java.lang.String convertToUCS2(byte[] sourceBytes)
           
(package private) abstract  java.lang.String convertToUCS2(byte[] sourceBytes, int offset, int numToConvert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

space

byte space

dot

byte dot

numToCharRepresentation

byte[] numToCharRepresentation
Constructor Detail

CcsidManager

CcsidManager(byte space,
             byte dot,
             byte[] numToCharRepresentation)
Method Detail

convertFromUCS2

abstract byte[] convertFromUCS2(java.lang.String sourceString)

convertFromUCS2

abstract int convertFromUCS2(java.lang.String sourceString,
                             byte[] buffer,
                             int offset)

convertToUCS2

abstract java.lang.String convertToUCS2(byte[] sourceBytes)

convertToUCS2

abstract java.lang.String convertToUCS2(byte[] sourceBytes,
                                        int offset,
                                        int numToConvert)


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.