content
private byte[] content
Bytes.
Serializable
private final Collection<RamFileData>
private byte[]
private long
private FileName
private static final long
private FileType
(package private) void
addChild(RamFileData data)
(package private) void
clear()
boolean
(package private) Collection<RamFileData>
(package private) byte[]
(package private) long
(package private) FileName
getName()
(package private) FileType
getType()
(package private) boolean
hasChildren(RamFileData data)
int
hashCode()
(package private) void
removeChild(RamFileData data)
(package private) void
resize(long newSize)
(package private) void
setContent(byte[] content)
(package private) void
setLastModified(long lastModified)
(package private) void
(package private) int
size()
toString()
(package private) void
name
- The file name.content
- The buffer.lastModified
- The lastModified to set.type
- The type to set.data
- The file data.FileSystemException
- if an error occurs.data
- The file data.FileSystemException
- if an error occurs.newSize
- The new buffer size.