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

1234

/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/remote/
H A DBufferedMonitoredVm.java47 byte[] getBytes(); method in interface:BufferedMonitoredVm
H A DRemoteVm.java49 byte[] getBytes() throws RemoteException; method in interface:RemoteVm
/openjdk7/jdk/src/share/classes/java/sql/
H A DRowId.java94 byte[] getBytes(); method in interface:RowId
H A DBlob.java97 byte[] getBytes(long pos, int length) throws SQLException; method in interface:Blob
178 * @see #getBytes
214 * @see #getBytes
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/
H A DOriginServer.java45 * getBytes.
61 public abstract byte[] getBytes(); method in class:OriginServer
89 byte[] bytecodes = getBytes();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/
H A DOriginServer.java46 * getBytes.
62 public abstract byte[] getBytes(); method in class:OriginServer
90 byte[] bytecodes = getBytes();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DOriginServer.java46 * getBytes.
62 public abstract byte[] getBytes(); method in class:OriginServer
90 byte[] bytecodes = getBytes();
/openjdk7/jdk/src/share/classes/sun/tools/jstatd/
H A DRemoteVmImpl.java50 public byte[] getBytes() { method in class:RemoteVmImpl
51 return mvm.getBytes();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DObjectKeyImpl.java88 public byte[] getBytes( org.omg.CORBA.ORB orb ) method in class:ObjectKeyImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DObjectKey.java49 byte[] getBytes( org.omg.CORBA.ORB orb ) ; method in interface:ObjectKey
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DATR.java105 public byte[] getBytes() { method in class:ATR
H A DResponseAPDU.java137 public byte[] getBytes() { method in class:ResponseAPDU
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipherInput.java103 public byte[] getBytes() throws XMLEncryptionException { method in class:XMLCipherInput
159 return input.getBytes();
/openjdk7/hotspot/test/compiler/5091921/
H A DTest6357214.java53 public byte[] getBytes(String in) { method in class:MyResult
113 byte[] bytes = result.getBytes("content");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteInputStream.java48 public byte[] getBytes() { method in class:ByteInputStream
/openjdk7/jdk/test/sun/security/util/asn1StringTypes/
H A DStringTypes.java43 byte[] asciiBytes = s.getBytes("ASCII");
44 byte[] utf8Bytes = s.getBytes("UTF8");
45 byte[] iso8859_1Bytes = s.getBytes("ISO-8859-1");
47 byte[] unicodeBytes = s.getBytes("UnicodeBigUnmarked");
48 byte[] unicodeBytes2 = getBytes(s);
112 private static byte[] getBytes(String s) { method in class:StringTypes
/openjdk7/jdk/src/share/classes/sun/misc/
H A DResource.java74 /* Cache result in case getBytes is called after getByteBuffer. */
85 public byte[] getBytes() throws IOException { method in class:Resource
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantClass.java142 return ((ConstantUtf8)c).getBytes();
147 public String getBytes(ConstantPool cp) { method in class:ConstantClass
H A DConstantDouble.java87 this(c.getBytes());
125 public final double getBytes() { return bytes; } method in class:ConstantDouble
H A DConstantFloat.java88 this(c.getBytes());
124 public final float getBytes() { return bytes; } method in class:ConstantFloat
H A DConstantInteger.java90 this(c.getBytes());
130 public final int getBytes() { return bytes; } method in class:ConstantInteger
H A DConstantLong.java87 this(c.getBytes());
123 public final long getBytes() { return bytes; } method in class:ConstantLong
H A DConstantString.java142 return ((ConstantUtf8)c).getBytes();
147 public String getBytes(ConstantPool cp) { method in class:ConstantString
H A DConstantUtf8.java79 this(c.getBytes());
134 public final String getBytes() { return bytes; } method in class:ConstantUtf8
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/util/
H A DASCIIUtility.java125 public static byte[] getBytes(String s) { method in class:ASCIIUtility
143 public static byte[] getBytes(InputStream is) throws IOException { method in class:ASCIIUtility

Completed in 96 milliseconds

1234