soaprmi.soaprpc
Class FixedLengthReader
java.lang.Object
java.io.Reader
soaprmi.soaprpc.FixedLengthReader
- public class FixedLengthReader
- extends java.io.Reader
|
Method Summary |
void |
close()
|
int |
read(char[] cbuf,
int offset,
int length)
|
| Methods inherited from class java.io.Reader |
mark, markSupported, read, read, ready, reset, skip |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedLengthReader
public FixedLengthReader(java.io.Reader reader,
int available)
throws java.lang.IllegalArgumentException
read
public int read(char[] cbuf,
int offset,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.