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

/libcore/luni/src/main/java/java/sql/
H A DRowId.java31 byte[] getBytes(); method in interface:RowId
H A DBlob.java69 public byte[] getBytes(long pos, int length) throws SQLException; method in interface:Blob
H A DCallableStatement.java228 public byte[] getBytes(int parameterIndex) throws SQLException; method in interface:CallableStatement
241 public byte[] getBytes(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java462 public byte[] getBytes(int columnIndex) throws SQLException; method in interface:ResultSet
474 public byte[] getBytes(String columnName) throws SQLException; method in interface:ResultSet
/libcore/dex/src/main/java/com/android/dex/
H A DEncodedValue.java36 public byte[] getBytes() { method in class:EncodedValue
H A DDex.java223 public byte[] getBytes() { method in class:Dex
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DOutputStreamTesterTest.java90 public byte[] getBytes() throws IOException { method in class:OutputStreamTesterTest.FileOutputStreamSinkTester
109 public byte[] getBytes() throws IOException { method in class:OutputStreamTesterTest.ByteArrayOutputStreamSinkTester
140 public byte[] getBytes() throws Exception { method in class:OutputStreamTesterTest.PipedOutputStreamSinkTester
/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DSinkTester.java49 public abstract byte[] getBytes() throws Exception; method in class:SinkTester
99 assertArrayEquals(expected, getBytes());
112 assertArrayEquals(expected, getBytes());
124 assertArrayEquals(expected, getBytes());
146 assertArrayEquals(expected, getBytes());
177 assertArrayEquals(expected, getBytes());
188 assertArrayEquals(expected, getBytes());
204 assertArrayEquals(expectedBytes, getBytes());
H A DWrapperTester.java91 public byte[] getBytes() throws Exception { method in class:WrapperTester.WrapperSinkTester
/libcore/luni/src/main/java/java/net/
H A DSocks4Message.java177 public byte[] getBytes() { method in class:Socks4Message
205 byte[] stringBytes = theString.getBytes(StandardCharsets.ISO_8859_1);
/libcore/libart/src/main/java/java/lang/
H A DString.java480 * each {@code char}. Use {@link #getBytes()} or {@link #getBytes(String)} instead.
495 * @deprecated Use {@link #getBytes()} or {@link #getBytes(String)}
498 public void getBytes(int start, int end, byte[] data, int index) { method in class:String
520 public byte[] getBytes() { method in class:String
521 return getBytes(Charset.defaultCharset());
533 public byte[] getBytes(String charsetName) throws UnsupportedEncodingException { method in class:String
534 return getBytes(Charset.forNameUEE(charsetName));
547 public byte[] getBytes(Charse method in class:String
[all...]
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2334 public byte[] getBytes(long pos, int length) throws SQLException { method in class:OldPreparedStatementTest.MockBlob

Completed in 3813 milliseconds