Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DRowId.java94 byte[] getBytes(); in getBytes() method
DBlob.java97 byte[] getBytes(long pos, int length) throws SQLException; in getBytes() method
DCallableStatement.java316 byte[] getBytes(int parameterIndex) throws SQLException; in getBytes() method
1487 byte[] getBytes(String parameterName) throws SQLException; in getBytes() method
DResultSet.java379 byte[] getBytes(int columnIndex) throws SQLException; in getBytes() method
667 byte[] getBytes(String columnLabel) 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/luni/src/main/java/android/system/
DStructIcmpHdr.java59 public byte[] getBytes() { in getBytes() method in StructIcmpHdr
/libcore/ojluni/src/main/java/sun/misc/
DResource.java85 public byte[] getBytes() throws IOException { in getBytes() method in Resource
DCharacterEncoder.java210 private byte [] getBytes(ByteBuffer bb) { in getBytes() method in CharacterEncoder
/libcore/ojluni/src/main/java/java/util/jar/
DJarInputStream.java106 private byte[] getBytes(InputStream is) in getBytes() method in JarInputStream
DJarFile.java414 private byte[] getBytes(ZipEntry ze) throws IOException { in getBytes() method in JarFile
/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/tzdata/shared2/src/main/libcore/tzdata/shared2/
DTimeZoneDistro.java64 public byte[] getBytes() { in getBytes() method in TimeZoneDistro
/libcore/ojluni/src/main/java/java/util/zip/
DZipCoder.java76 byte[] getBytes(String s) { in getBytes() method in ZipCoder
/libcore/ojluni/src/main/java/sun/security/x509/
DIPAddressName.java304 public byte[] getBytes() { in getBytes() method in IPAddressName
/libcore/ojluni/src/main/java/java/lang/
DString.java824 public void getBytes(int srcBegin, int srcEnd, byte dst[], int dstBegin) { in getBytes() method in String
864 public byte[] getBytes(String charsetName) in getBytes() method in String
888 public byte[] getBytes(Charset charset) { in getBytes() method in String
924 public byte[] getBytes() { in getBytes() method in String
DProcessEnvironment.java136 public byte[] getBytes() { in getBytes() method in ProcessEnvironment.ExternalData
/libcore/ojluni/src/main/java/sun/security/util/
DDerInputStream.java297 public void getBytes(byte[] val) throws IOException { in getBytes() method in DerInputStream
/libcore/ojluni/src/main/native/
DUNIXProcess_md.c456 getBytes(JNIEnv *env, jbyteArray arr) in getBytes() function
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2332 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes() method in OldPreparedStatementTest.MockBlob