se.kmr.scam.util
Class RemoteInputStream
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
se.kmr.scam.util.RemoteInputStream
- All Implemented Interfaces:
- Remote, RemoteInputStreamIF, Serializable
- public class RemoteInputStream
- extends UnicastRemoteObject
- implements Remote, RemoteInputStreamIF
Title:
Description:
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- jand
- See Also:
- Serialized Form
RemoteInputStream
public RemoteInputStream(InputStream in)
throws RemoteException
RemoteInputStream
public RemoteInputStream(File f)
throws RemoteException
RemoteInputStream
public RemoteInputStream(URL u)
throws RemoteException
available
public int available()
throws IOException,
RemoteException
- Specified by:
available
in interface RemoteInputStreamIF
- Throws:
IOException
RemoteException
close
public void close()
throws IOException,
RemoteException
- Specified by:
close
in interface RemoteInputStreamIF
- Throws:
IOException
RemoteException
mark
public void mark(int readlimit)
throws RemoteException
- Specified by:
mark
in interface RemoteInputStreamIF
- Throws:
RemoteException
markSupported
public boolean markSupported()
throws RemoteException
- Specified by:
markSupported
in interface RemoteInputStreamIF
- Throws:
RemoteException
read
public int read()
throws IOException,
RemoteException
- Specified by:
read
in interface RemoteInputStreamIF
- Throws:
IOException
RemoteException
read
public int read(byte[] b)
throws IOException,
RemoteException
- Specified by:
read
in interface RemoteInputStreamIF
- Throws:
IOException
RemoteException
read
public int read(byte[] b,
int off,
int len)
throws IOException,
RemoteException
- Specified by:
read
in interface RemoteInputStreamIF
- Throws:
IOException
RemoteException
reset
public void reset()
throws IOException,
RemoteException
- Specified by:
reset
in interface RemoteInputStreamIF
- Throws:
IOException
RemoteException
skip
public long skip(long n)
throws IOException
- Specified by:
skip
in interface RemoteInputStreamIF
- Throws:
IOException
Copyright © 2003 SCAM. All Rights Reserved.