private
class
LazyEntry
extends
Entry
Constructors
LazyEntry
(
name:
String
,
time:
Long
,
size:
Int
)
Members
private
val
name
: String
private
val
size
: Int
private
val
time
: Long
override
def
input
: InputStream
returns an input stream so the file can be read
override
def
lastModified
: Long
Returns the time that this abstract file was last modified.
override
def
sizeOption
: Option
[
Int
]
size of this file if it is a concrete file.