Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/main/java/java/security/interfaces/
DEdECPrivateKey.java54 Optional<byte[]> getBytes(); 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/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.java317 byte[] getBytes(int parameterIndex) throws SQLException; in getBytes() method
1488 byte[] getBytes(String parameterName) throws SQLException; in getBytes() method
/libcore/ojluni/annotations/sdk/nullability/java/security/spec/
DEdECPrivateKeySpec.annotated.java32 public @libcore.util.NonNull byte[] getBytes() { throw new RuntimeException("Stub!"); } in getBytes() method in EdECPrivateKeySpec
/libcore/ojluni/src/main/java/java/security/spec/
DEdECPrivateKeySpec.java78 public byte[] getBytes() { in getBytes() method in EdECPrivateKeySpec
/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.java447 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/ojluni/src/main/java/java/util/zip/
DZipCoder.java76 byte[] getBytes(String s) { in getBytes() method in ZipCoder
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DString.annotated.java90 @Deprecated public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) { throw new Ru… in getBytes() method in String
92 public byte[] getBytes(@libcore.util.NonNull java.lang.String charsetName) throws java.io.Unsupport… in getBytes() method in String
94 public byte[] getBytes(@libcore.util.NonNull java.nio.charset.Charset charset) { throw new RuntimeE… in getBytes() method in String
96 public byte[] getBytes() { throw new RuntimeException("Stub!"); } in getBytes() method in String
/libcore/ojluni/src/main/java/sun/security/x509/
DIPAddressName.java306 public byte[] getBytes() { in getBytes() method in IPAddressName
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DCharacterEncoder.java81 private byte[] getBytes(java.nio.ByteBuffer bb) { in getBytes() method in CharacterEncoder
/libcore/ojluni/src/main/java/sun/security/util/
DHexDumpEncoder.java208 private byte [] getBytes(ByteBuffer bb) { in getBytes() method in HexDumpEncoder
DDerInputStream.java297 public void getBytes(byte[] val) throws IOException { in getBytes() method in DerInputStream
/libcore/ojluni/annotations/hiddenapi/java/lang/
DString.java145 public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) { in getBytes() method in String
149 public byte[] getBytes(java.lang.String charsetName) in getBytes() method in String
154 public byte[] getBytes(java.nio.charset.Charset charset) { in getBytes() method in String
158 public byte[] getBytes() { in getBytes() method in String
/libcore/ojluni/annotations/hiddenapi/java/util/jar/
DJarFile.java94 private byte[] getBytes(java.util.zip.ZipEntry ze) throws java.io.IOException { in getBytes() method in JarFile
/libcore/ojluni/src/main/java/java/lang/
DString.java1117 public void getBytes(int srcBegin, int srcEnd, byte dst[], int dstBegin) { in getBytes() method in String
1159 public byte[] getBytes(String charsetName) in getBytes() method in String
1188 public byte[] getBytes(Charset charset) { in getBytes() method in String
1226 public byte[] getBytes() { in getBytes() method in String
DProcessEnvironment.java161 public byte[] getBytes() { in getBytes() method in ProcessEnvironment.ExternalData
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerInputStream.java97 public void getBytes(byte[] val) throws java.io.IOException { in getBytes() method in DerInputStream
/libcore/ojluni/src/test/java/lang/String/CompactString/
DCompactString.java238 private static byte[] getBytes(String str) { in getBytes() method in CompactString

12