Class ClasspathArchive.ClasspathFile
java.lang.Object
com.blackrook.fs.FSFile
com.blackrook.fs.archive.ClasspathArchive.ClasspathFile
- All Implemented Interfaces:
Comparable<FSFile>
- Enclosing class:
ClasspathArchive
- Author:
- Matthew Tropiano
-
Field Details
-
fileURL
-
-
Constructor Details
-
ClasspathFile
-
-
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
-