Searched refs:decodeFromBytes (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/
H A DEncodingAlgorithm.java36 public Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException; method in interface:EncodingAlgorithm
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DHexadecimalEncodingAlgorithm.java67 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException { method in class:HexadecimalEncodingAlgorithm
H A DBASE64EncodingAlgorithm.java116 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException { method in class:BASE64EncodingAlgorithm
H A DShortEncodingAlgorithm.java62 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException { method in class:ShortEncodingAlgorithm
H A DBooleanEncodingAlgorithm.java78 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException { method in class:BooleanEncodingAlgorithm
H A DDoubleEncodingAlgorithm.java57 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException { method in class:DoubleEncodingAlgorithm
H A DFloatEncodingAlgorithm.java57 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException { method in class:FloatEncodingAlgorithm
H A DIntEncodingAlgorithm.java57 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException { method in class:IntEncodingAlgorithm
H A DLongEncodingAlgorithm.java56 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException { method in class:LongEncodingAlgorithm
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java1581 final Object data = ea.decodeFromBytes(_octetBuffer, _octetBufferStart, _octetBufferLength);
1754 final Object data = ea.decodeFromBytes(_octetBuffer, _octetBufferStart, _octetBufferLength);
1782 decodeFromBytes(_octetBuffer, _octetBufferStart, _octetBufferLength);
1789 decodeFromBytes(_octetBuffer, _octetBufferStart, _octetBufferLength);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java1655 algorithmData = ea.decodeFromBytes(_octetBuffer, _octetBufferStart,
1677 decodeFromBytes(_algorithmData, _algorithmDataOffset, _algorithmDataLength);
1689 final Object data = ea.decodeFromBytes(_octetBuffer, _octetBufferStart, _octetBufferLength);
1759 decodeFromBytes(data, offset, length);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java1035 decodeFromBytes(_octetBuffer, _octetBufferStart, _octetBufferLength);
1048 final Object data = ea.decodeFromBytes(_octetBuffer, _octetBufferStart, _octetBufferLength);

Completed in 120 milliseconds