|
Oracle10g JDBC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.sql.CharacterBuffer
This class allows the program to construct an array of bytes in some representation using the 32 bit values returned by a CharacterWalker.
CharacterWalker,
CharacterSet| Constructor Summary | |
CharacterBuffer(CharacterSet charSet)
Constructor. |
|
| Method Summary | |
void |
append(int c)
Append the (posibly multi-byte) representation of c. |
byte[] |
getBytes()
The accumulated data |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CharacterBuffer(CharacterSet charSet)
charSet - the CharacterSet in which the data is represented| Method Detail |
public void append(int c)
throws java.sql.SQLException
c - a value in the 32 bit representation of characters of charSet.
java.sql.SQLException - if c is not a value in the 32 bit representation
of charSet.public byte[] getBytes()
|
Oracle10g JDBC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||