| java.lang.Object org.archive.util.ms.Piece
Piece | public class Piece (Code) | | |
Constructor Summary | |
public | Piece(int filePos, int start, int end, boolean unicode) |
Piece | public Piece(int filePos, int start, int end, boolean unicode)(Code) | | |
contains | public boolean contains(int charPos)(Code) | | |
getCharPosLimit | public int getCharPosLimit()(Code) | | |
getCharPosStart | public int getCharPosStart()(Code) | | |
getFilePos | public int getFilePos()(Code) | | |
isUnicode | public boolean isUnicode()(Code) | | |
|
|