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.

Constructor Summary
MyPipedInputStream()
           
MyPipedInputStream(wonderly.jeaprs.io.aprs.MyPipedOutputStream out)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(byte[] arr)
           
 int read(byte[] arr, int off, int len)
           
 int receive(byte[] arr)
           
 int receive(byte[] arr, int off, int cnt)
           
 void receive(int ch)
           
 
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
 

Constructor Detail

MyPipedInputStream

public MyPipedInputStream()

MyPipedInputStream

public MyPipedInputStream(wonderly.jeaprs.io.aprs.MyPipedOutputStream out)
Method Detail

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