wonderly.jeaprs.io.aprs
Class MyPipedInputStream
java.lang.Object
|
+--java.io.InputStream
|
+--wonderly.jeaprs.io.aprs.MyPipedInputStream
- public class MyPipedInputStream
- extends java.io.InputStream
- Version:
- 1.0
- Author:
- Gregg Wonderly -
The information contained in this document is Copyright 2001-2003, Gregg Wonderly,
all rights reserved.
Methods inherited from class java.io.InputStream |
available, mark, markSupported, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyPipedInputStream
public MyPipedInputStream()
MyPipedInputStream
public MyPipedInputStream(wonderly.jeaprs.io.aprs.MyPipedOutputStream out)
close
public void close()
throws java.io.IOException
- Overrides:
close
in class java.io.InputStream
java.io.IOException
receive
public void receive(int ch)
throws java.io.IOException
java.io.IOException
receive
public int receive(byte[] arr,
int off,
int cnt)
throws java.io.IOException
java.io.IOException
receive
public int receive(byte[] arr)
throws java.io.IOException
java.io.IOException
read
public int read()
throws java.io.IOException
- Specified by:
read
in class java.io.InputStream
java.io.IOException
read
public int read(byte[] arr)
throws java.io.IOException
- Overrides:
read
in class java.io.InputStream
java.io.IOException
read
public int read(byte[] arr,
int off,
int len)
throws java.io.IOException
- Overrides:
read
in class java.io.InputStream
java.io.IOException