| java.lang.Object java.io.InputStream com.izforge.izpack.io.FileSpanningInputStream
FileSpanningInputStream | public class FileSpanningInputStream extends InputStream (Code) | | An inputstream which transparently spans over multiple volumes. The amount of volumes has to be
specified
author: Dennis Reil, |
currentvolumeindex | protected int currentvolumeindex(Code) | | |
filepointer | protected long filepointer(Code) | | |
magicnumber | protected byte[] magicnumber(Code) | | |
nextvolumenotfound | protected static boolean nextvolumenotfound(Code) | | |
volumestotal | protected int volumestotal(Code) | | |
FileSpanningInputStream | public FileSpanningInputStream(File volume, int volumestotal) throws IOException(Code) | | |
FileSpanningInputStream | public FileSpanningInputStream(String volumename, int volumestotal) throws IOException(Code) | | |
getFilepointer | public long getFilepointer()(Code) | | Returns the current position in the file. Notice: this is the global position in all volumes.
the current position in file. |
getVolumename | public String getVolumename()(Code) | | Returns the name of the volume
the name of the volume |
setVolumename | public void setVolumename(String volumename)(Code) | | Sets the volumename
Parameters: volumename - |
|
|