?? oracle.sql.characterbuffer.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><!--NewPage--><html><head><!-- Generated by javadoc on Thu Dec 02 03:30:11 PST 1999 --><title> Class oracle.sql.CharacterBuffer</title></head><body><a name="_top_"></a><pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-oracle.sql.html">This Package</a> <a href="oracle.sql.CLOB.html#_top_">Previous</a> <a href="oracle.sql.CharacterSet.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre><hr><h1> Class oracle.sql.CharacterBuffer</h1><pre>java.lang.Object | +----oracle.sql.CharacterBuffer</pre><hr><dl> <dt> public final class <b>CharacterBuffer</b> <dt> extends Object</dl>This class allows the program to construct an array of bytes in some representationusing the 32 bit values returned by a CharacterWalker.<p><dl> <dt> <b>See Also:</b> <dd> <a href="oracle.sql.CharacterWalker.html#_top_">CharacterWalker</a>, <a href="oracle.sql.CharacterSet.html#_top_">CharacterSet</a>, <a href="oracle.sql.CHAR.html#_top_">CHAR</a></dl><hr><a name="index"></a><h2> <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index"></h2><dl> <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o "> <a href="#CharacterBuffer(oracle.sql.CharacterSet)"><b>CharacterBuffer</b></a>(CharacterSet) <dd> Constructor.</dl><h2> <img src="images/method-index.gif" width=207 height=38 alt="Method Index"></h2><dl> <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#append(int)"><b>append</b></a>(int) <dd> Append the (posibly multi-byte) representation of c. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#getBytes()"><b>getBytes</b></a>() <dd> The accumulated data</dl><a name="constructors"></a><h2> <img src="images/constructors.gif" width=231 height=38 alt="Constructors"></h2><a name="CharacterBuffer"></a><a name="CharacterBuffer(oracle.sql.CharacterSet)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a><b>CharacterBuffer</b><pre> public CharacterBuffer(<a href="oracle.sql.CharacterSet.html#_top_">CharacterSet</a> charSet)</pre><dl> <dd> Constructor.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> charSet - the CharacterSet in which the data is represented </dl></dd></dl><a name="methods"></a><h2> <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="append(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="append"><b>append</b></a><pre> public void append(int c) throws SQLException</pre><dl> <dd> Append the (posibly multi-byte) representation of c.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> c - a value in the 32 bit representation of characters of charSet. <dt> <b>Throws:</b> SQLException <dd> if c is not a value in the 32 bit representationof charSet. </dl></dd></dl><a name="getBytes()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBytes"><b>getBytes</b></a><pre> public byte[] getBytes()</pre><dl> <dd> The accumulated data<p> <dd><dl> <dt> <b>Returns:</b> <dd> an array of bytes containing the representation of all charactersthat have been appended. </dl></dd></dl><hr><pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-oracle.sql.html">This Package</a> <a href="oracle.sql.CLOB.html#_top_">Previous</a> <a href="oracle.sql.CharacterSet.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -