se.kmr.scam.util
Interface RemoteInputStreamIF

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteInputStream

public interface RemoteInputStreamIF
extends Remote

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
jand

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)
           
 

Method Detail

available

public int available()
              throws IOException,
                     RemoteException
Throws:
IOException
RemoteException

close

public void close()
           throws IOException,
                  RemoteException
Throws:
IOException
RemoteException

mark

public void mark(int readlimit)
          throws RemoteException
Throws:
RemoteException

markSupported

public boolean markSupported()
                      throws RemoteException
Throws:
RemoteException

read

public int read()
         throws IOException,
                RemoteException
Throws:
IOException
RemoteException

read

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

read

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

reset

public void reset()
           throws IOException,
                  RemoteException
Throws:
IOException
RemoteException

skip

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


Copyright © 2003 SCAM. All Rights Reserved.