Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
I
L
C
com.github.stephenc.javaisotools.loopfs.api
- package com.github.stephenc.javaisotools.loopfs.api
F
FileEntry
- Interface in
com.github.stephenc.javaisotools.loopfs.api
An entry in a loop-fs file system.
FileSystem
<
T
extends
FileEntry
> - Interface in
com.github.stephenc.javaisotools.loopfs.api
A loop-fs file system, which is deserialize-only and consists of zero or more entries.
G
getInputStream(T)
- Method in interface com.github.stephenc.javaisotools.loopfs.api.
FileSystem
Returns an input stream that reads the data for the given entry.
getLastModifiedTime()
- Method in interface com.github.stephenc.javaisotools.loopfs.api.
FileEntry
Returns the last modified time for this entry, in milliseconds.
getName()
- Method in interface com.github.stephenc.javaisotools.loopfs.api.
FileEntry
Returns the entry name (the last entry of the path).
getPath()
- Method in interface com.github.stephenc.javaisotools.loopfs.api.
FileEntry
Returns the relative entry path.
getSize()
- Method in interface com.github.stephenc.javaisotools.loopfs.api.
FileEntry
Returns the size, in bytes, of the data represented by this entry.
I
isClosed()
- Method in interface com.github.stephenc.javaisotools.loopfs.api.
FileSystem
Returns whether or not this FileSystem has been closed.
isDirectory()
- Method in interface com.github.stephenc.javaisotools.loopfs.api.
FileEntry
Returns whether this entry represents a directory.
L
LoopFileSystemException
- Exception in
com.github.stephenc.javaisotools.loopfs.api
General loop-fs exception.
LoopFileSystemException()
- Constructor for exception com.github.stephenc.javaisotools.loopfs.api.
LoopFileSystemException
LoopFileSystemException(String)
- Constructor for exception com.github.stephenc.javaisotools.loopfs.api.
LoopFileSystemException
LoopFileSystemException(Throwable)
- Constructor for exception com.github.stephenc.javaisotools.loopfs.api.
LoopFileSystemException
LoopFileSystemException(String, Throwable)
- Constructor for exception com.github.stephenc.javaisotools.loopfs.api.
LoopFileSystemException
C
F
G
I
L
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013. All Rights Reserved.