Class MarkableRandomAccessFileInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.apache.commons.io.input.AbstractInputStream
-
- org.apache.commons.io.input.RandomAccessFileInputStream
-
- de.xima.fc.workflow.processor.logic.MarkableRandomAccessFileInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Deprecated public final class MarkableRandomAccessFileInputStream extends org.apache.commons.io.input.RandomAccessFileInputStream
Deprecated.UseMarkableRandomAccessFileInputStreaminstead.- Author:
- XIMA Media GmbH
-
-
Constructor Summary
Constructors Constructor Description MarkableRandomAccessFileInputStream(RandomAccessFile file)Deprecated.MarkableRandomAccessFileInputStream(RandomAccessFile file, boolean closeOnClose)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.voidmark(int readlimit)Deprecated.booleanmarkSupported()Deprecated.voidreset()Deprecated.-
Methods inherited from class org.apache.commons.io.input.RandomAccessFileInputStream
available, availableLong, builder, copy, getRandomAccessFile, isCloseOnClose, read, read, read, skip
-
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
-
-
-
Constructor Detail
-
MarkableRandomAccessFileInputStream
public MarkableRandomAccessFileInputStream(RandomAccessFile file)
Deprecated.
-
MarkableRandomAccessFileInputStream
public MarkableRandomAccessFileInputStream(RandomAccessFile file, boolean closeOnClose)
Deprecated.
-
-
Method Detail
-
close
public void close() throws IOExceptionDeprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classorg.apache.commons.io.input.RandomAccessFileInputStream- Throws:
IOException
-
mark
public void mark(int readlimit)
Deprecated.- Overrides:
markin classInputStream
-
markSupported
public boolean markSupported()
Deprecated.- Overrides:
markSupportedin classInputStream
-
reset
public void reset() throws IOExceptionDeprecated.- Overrides:
resetin classInputStream- Throws:
IOException
-
-