* This method is an input method which is unsupported for PrintStreamToSeekStreamConverters. This method will always
* throw an <code>UnsupportedOperationException</code>
*/
@Override
public int readBinary(BinaryData target, int length) {
UnsupportedOperationException errorVar = new UnsupportedOperationException("readBinary() cannot be invoked on a print stream via the PrintStreamToSeekStreamConverter");
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.