Package org.eclipse.net4j.util.io
Klasse ExpectedFileInputStream
java.lang.Object
java.io.InputStream
java.io.FileInputStream
org.eclipse.net4j.util.io.ExpectedFileInputStream
- Alle implementierten Schnittstellen:
Closeable
,AutoCloseable
- Seit:
- 3.1
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglong
int
read()
int
read
(byte[] b) int
read
(byte[] b, int off, int len) void
setTimeout
(long timeout) long
skip
(long n) Von Klasse geerbte Methoden java.io.FileInputStream
available, close, getChannel, getFD, readAllBytes, readNBytes, transferTo
Von Klasse geerbte Methoden java.io.InputStream
mark, markSupported, nullInputStream, readNBytes, reset, skipNBytes
-
Konstruktordetails
-
ExpectedFileInputStream
- Löst aus:
FileNotFoundException
-
-
Methodendetails
-
getTimeout
public long getTimeout() -
setTimeout
public void setTimeout(long timeout) -
skip
- Setzt außer Kraft:
skip
in KlasseFileInputStream
- Löst aus:
IOException
-
read
- Setzt außer Kraft:
read
in KlasseFileInputStream
- Löst aus:
IOException
-
read
- Setzt außer Kraft:
read
in KlasseFileInputStream
- Löst aus:
IOException
-
read
- Setzt außer Kraft:
read
in KlasseFileInputStream
- Löst aus:
IOException
-