se.kmr.scam.util
Class InputStreamSerializable

java.lang.Object
  extended byjava.io.InputStream
      extended byse.kmr.scam.util.InputStreamSerializable
All Implemented Interfaces:
Serializable

public class InputStreamSerializable
extends InputStream
implements Serializable

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
jand
See Also:
Serialized Form

Constructor Summary
InputStreamSerializable(File f)
           
InputStreamSerializable(File f, String tos)
           
InputStreamSerializable(InputStream in)
           
InputStreamSerializable(InputStream in, String tos)
           
InputStreamSerializable(URL u)
           
InputStreamSerializable(URL u, String tos)
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputStreamSerializable

public InputStreamSerializable(InputStream in)
                        throws RemoteException

InputStreamSerializable

public InputStreamSerializable(File f)
                        throws RemoteException

InputStreamSerializable

public InputStreamSerializable(URL u)
                        throws RemoteException

InputStreamSerializable

public InputStreamSerializable(InputStream in,
                               String tos)
                        throws RemoteException

InputStreamSerializable

public InputStreamSerializable(File f,
                               String tos)
                        throws RemoteException

InputStreamSerializable

public InputStreamSerializable(URL u,
                               String tos)
                        throws RemoteException
Method Detail

toString

public String toString()

available

public int available()
              throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

mark

public void mark(int readlimit)

markSupported

public boolean markSupported()

read

public int read()
         throws IOException
Throws:
IOException

read

public int read(byte[] b)
         throws IOException
Throws:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
Throws:
IOException

reset

public void reset()
           throws IOException
Throws:
IOException

skip

public long skip(long n)
          throws IOException
Throws:
IOException


Copyright © 2003 SCAM. All Rights Reserved.