soaprmi.soaprpc
Class FixedLengthInputStream
java.lang.Object
java.io.InputStream
soaprmi.soaprpc.FixedLengthInputStream
- public class FixedLengthInputStream
- extends java.io.InputStream
|
Method Summary |
void |
close()
|
int |
read()
|
int |
read(byte[] buf,
int offset,
int length)
|
| Methods inherited from class java.io.InputStream |
available, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedLengthInputStream
public FixedLengthInputStream(java.io.InputStream input,
int available)
throws java.lang.IllegalArgumentException
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] buf,
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.