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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DShortEncodingAlgorithm.java158 encodeToBytesFromShortArray((short[])array, astart, alength, b, start);
161 public final void encodeToBytesFromShortArray(short[] sdata, int istart, int ilength, byte[] b, int start) { method in class:ShortEncodingAlgorithm

Completed in 45 milliseconds