Searched defs:decode (Results 1 - 25 of 121) sorted by relevance

12345

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DURLDecoder.java95 public static String decode(String s) { method in class:URLDecoder
132 public static String decode(String s, String enc) method in class:URLDecoder
/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DPem.java45 public static byte[] decode(String input) throws IOException { method in class:Pem
/openjdk9/hotspot/src/share/vm/utilities/
H A Ddecoder_elf.cpp37 bool ElfDecoder::decode(address addr, char *buf, int buflen, int* offset, const char* filepath, bool demangle_name) { function in class:ElfDecoder
H A Ddecoder_elf.hpp46 bool decode(address addr, char *buf, int buflen, int* offset, const void *base) { function in class:ElfDecoder
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/util/
H A DParseUtil.java48 public static String decode(String s) { method in class:ParseUtil
/openjdk9/jdk/src/java.base/share/classes/sun/nio/cs/
H A DArrayDecoder.java34 int decode(byte[] src, int off, int len, char[] dst); method in interface:ArrayDecoder
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/url/
H A DUrlUtil.java46 public static final String decode(String s) throws MalformedURLException { method in class:UrlUtil
64 public static final String decode(String s, String enc) method in class:UrlUtil
/openjdk9/jdk/test/sun/nio/cs/OLD/
H A DSingleByteDecoder.java109 public char decode(int byteIndex) { method in class:SingleByteDecoder
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DCertificate.java134 public abstract void decode(InputStream stream) method in interface:Certificate
/openjdk9/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.hpp44 virtual bool decode(address pc, char* buf, int buflen, int* offset, function in class:MachODecoder
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java110 public void decode(BytecodeVisitor visitor) { method in class:BytecodeDisassembler
/openjdk9/hotspot/src/os/aix/vm/
H A Ddecoder_aix.hpp41 virtual bool decode(address addr, char* buf, int buflen, int* offset, const char* modulepath, bool demangle) { function in class:AIXDecoder
44 virtual bool decode(address addr, char *buf, int buflen, int* offset, const void *base) { function in class:AIXDecoder
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMimeUtility.java150 public static InputStream decode(InputStream is, String encoding) method in class:MimeUtility
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DCodec.java223 void decode( InputStream in, String contentType, Packet response ) throws IOException; method in interface:Codec
229 void decode( ReadableByteChannel in, String contentType, Packet response ); method in interface:Codec
H A DStreamSOAPCodec.java52 public @NotNull Message decode(@NotNull XMLStreamReader reader); method in interface:StreamSOAPCodec
62 public @NotNull Message decode(@NotNull XMLStreamReader reader, @NotNull AttachmentSet att); method in interface:StreamSOAPCodec
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/impl/encoding/
H A DStreamDecoderImpl.java45 public Message decode(InputStream in, String charset, method in class:StreamDecoderImpl
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/impl/internalspi/encoding/
H A DStreamDecoder.java42 Message decode( method in interface:StreamDecoder
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/encoding/
H A DSwACodec.java60 protected void decode(MimeMultipartParser mpp, Packet packet) throws IOException { method in class:SwACodec
H A DRootOnlyCodec.java64 void decode(@NotNull InputStream in, @NotNull String contentType, @NotNull Packet packet, @NotNull AttachmentSet att) method in interface:RootOnlyCodec
71 void decode(@NotNull ReadableByteChannel in, @NotNull String contentType, @NotNull Packet packet, @NotNull AttachmentSet att); method in interface:RootOnlyCodec
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFPackBitsDecompressor.java34 public int decode(byte[] srcData, int srcOffset, method in class:TIFFPackBitsDecompressor
H A DTIFFPackBitsUtil.java46 public byte[] decode(byte[] srcData) throws IOException { method in class:TIFFPackBitsUtil
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/websocket/
H A DUTF8AccumulatingDecoder.java51 CharBuffer decode(ByteBuffer in, boolean endOfInput) method in class:UTF8AccumulatingDecoder
/openjdk9/jdk/test/java/beans/XMLEncoder/6329581/
H A DTest6329581.java94 private Object decode(byte[] array) { method in class:Test6329581
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DPNGDecoder.java98 public BufferedImage decode() throws IOException { method in class:PNGDecoder
214 public static BufferedImage decode(String fileName) { method in class:PNGDecoder
/openjdk9/jdk/test/sun/nio/cs/
H A DTestStringCodingUTF8.java128 static char[] decode(Charset cs, byte[] ba, int off, int len) { method in class:TestStringCodingUTF8

Completed in 116 milliseconds

12345