Searched defs:decodeFromInputStream (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/
H A DEncodingAlgorithm.java38 public Object decodeFromInputStream(InputStream s) throws EncodingAlgorithmException, IOException; method in interface:EncodingAlgorithm
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DHexadecimalEncodingAlgorithm.java73 public final Object decodeFromInputStream(InputStream s) throws IOException { method in class:HexadecimalEncodingAlgorithm
H A DBASE64EncodingAlgorithm.java122 public final Object decodeFromInputStream(InputStream s) throws IOException { method in class:BASE64EncodingAlgorithm
H A DBooleanEncodingAlgorithm.java86 public final Object decodeFromInputStream(InputStream s) throws IOException { method in class:BooleanEncodingAlgorithm
H A DDoubleEncodingAlgorithm.java64 public final Object decodeFromInputStream(InputStream s) throws IOException { method in class:DoubleEncodingAlgorithm
H A DFloatEncodingAlgorithm.java64 public final Object decodeFromInputStream(InputStream s) throws IOException { method in class:FloatEncodingAlgorithm
H A DIntEncodingAlgorithm.java64 public final Object decodeFromInputStream(InputStream s) throws IOException { method in class:IntEncodingAlgorithm
H A DLongEncodingAlgorithm.java63 public final Object decodeFromInputStream(InputStream s) throws IOException { method in class:LongEncodingAlgorithm
H A DShortEncodingAlgorithm.java69 public final Object decodeFromInputStream(InputStream s) throws IOException { method in class:ShortEncodingAlgorithm

Completed in 36 milliseconds