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

12345

/openjdk10/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
/openjdk10/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
/openjdk10/hotspot/src/os/windows/vm/
H A Ddecoder_windows.hpp39 bool decode(address addr, char *buf, int buflen, int* offset, const void* base) { function in class:WindowsDecoder
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/jdk/test/sun/nio/cs/OLD/
H A DSingleByteDecoder.java109 public char decode(int byteIndex) { method in class:SingleByteDecoder
/openjdk10/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
/openjdk10/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
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java110 public void decode(BytecodeVisitor visitor) { method in class:BytecodeDisassembler
/openjdk10/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
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/impl/internalspi/encoding/
H A DStreamDecoder.java42 Message decode( method in interface:StreamDecoder
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/jdk/src/java.base/share/classes/java/security/
H A DCertificate.java134 public abstract void decode(InputStream stream) method in interface:Certificate
/openjdk10/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
/openjdk10/jdk/test/java/beans/XMLEncoder/6329581/
H A DTest6329581.java94 private Object decode(byte[] array) { method in class:Test6329581
/openjdk10/jdk/test/sun/nio/cs/
H A DUkrainianIsNotRussian.java33 private static String decode(byte[] bytes, String encoding) throws Throwable { method in class:UkrainianIsNotRussian

Completed in 193 milliseconds

12345