| java.lang.Object com.sun.media.jai.codecimpl.fpx.SSDirectoryEntry
SSDirectoryEntry | class SSDirectoryEntry (Code) | | |
Constructor Summary | |
public | SSDirectoryEntry(int index, String name, long size, long startSector, long SIDLeftSibling, long SIDRightSibling, long SIDChild) |
SIDLeftSibling | long SIDLeftSibling(Code) | | |
SIDRightSibling | long SIDRightSibling(Code) | | |
startSector | long startSector(Code) | | |
SSDirectoryEntry | public SSDirectoryEntry(int index, String name, long size, long startSector, long SIDLeftSibling, long SIDRightSibling, long SIDChild)(Code) | | |
getSIDChild | public long getSIDChild()(Code) | | |
getSIDLeftSibling | public long getSIDLeftSibling()(Code) | | |
getSIDRightSibling | public long getSIDRightSibling()(Code) | | |
getSize | public long getSize()(Code) | | |
getStartSector | public long getStartSector()(Code) | | |
|
|