Class FolderArchive.FolderFile
java.lang.Object
com.blackrook.fs.FSFile
com.blackrook.fs.archive.FolderArchive.FolderFile
- All Implemented Interfaces:
Comparable<FSFile>
- Enclosing class:
FolderArchive
- Author:
- Matthew Tropiano
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileRef
-
-
Constructor Details
-
FolderFile
-
-
Method Details
-
getInputStream
Description copied from class:FSFileReturns an InputStream of a file within this wrapped file so that it may be read via a stream.- Specified by:
getInputStreamin classFSFile- Returns:
- an InputStream that can read the file, or null if the path refers to a location that is not inside this file.
- Throws:
IOException- if acquiring the stream throws an exception.
-
getDate
-
getName
-
getPath
-
length
-
compareTo
-
toString
-