Home
last modified time | relevance | path

Searched defs:getBytes (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DRowId.java31 byte[] getBytes(); in getBytes() method
DBlob.java69 public byte[] getBytes(long pos, int length) throws SQLException; in getBytes() method
DCallableStatement.java228 public byte[] getBytes(int parameterIndex) throws SQLException; in getBytes() method
241 public byte[] getBytes(String parameterName) throws SQLException; in getBytes() method
DResultSet.java462 public byte[] getBytes(int columnIndex) throws SQLException; in getBytes() method
474 public byte[] getBytes(String columnName) throws SQLException; in getBytes() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOutputStreamTesterTest.java90 public byte[] getBytes() throws IOException { in getBytes() method in OutputStreamTesterTest.FileOutputStreamSinkTester
109 public byte[] getBytes() throws IOException { in getBytes() method in OutputStreamTesterTest.ByteArrayOutputStreamSinkTester
140 public byte[] getBytes() throws Exception { in getBytes() method in OutputStreamTesterTest.PipedOutputStreamSinkTester
/libcore/dex/src/main/java/com/android/dex/
DEncodedValue.java36 public byte[] getBytes() { in getBytes() method in EncodedValue
DDex.java223 public byte[] getBytes() { in getBytes() method in Dex
/libcore/support/src/test/java/org/apache/harmony/testframework/
DSinkTester.java49 public abstract byte[] getBytes() throws Exception; in getBytes() method in SinkTester
DWrapperTester.java91 public byte[] getBytes() throws Exception { in getBytes() method in WrapperTester.WrapperSinkTester
/libcore/luni/src/main/java/java/net/
DSocks4Message.java177 public byte[] getBytes() { in getBytes() method in Socks4Message
/libcore/libart/src/main/java/java/lang/
DString.java722 public void getBytes(int start, int end, byte[] data, int index) { in getBytes() method in String
745 public byte[] getBytes() { in getBytes() method in String
758 public byte[] getBytes(String charsetName) throws UnsupportedEncodingException { in getBytes() method in String
772 public byte[] getBytes(Charset charset) { in getBytes() method in String
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2334 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes() method in OldPreparedStatementTest.MockBlob