se.kmr.scam.util
Class InputStreamSerializable
java.lang.Object
java.io.InputStream
se.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
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
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.