Package de.schmizzolin.yogi
Class Book
java.lang.Object
de.schmizzolin.yogi.Book
- All Implemented Interfaces:
Comparable<Book>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintaddInvLine(String line) all()intintcurrentSection(IntSet userSelection) byte[]jpg()left(int idx) static Bookload(net.oneandone.sushi.fs.Node<?> file, byte[] jpg) loadSelection(UserFiles context, String selectionName) intlookupLeft(String left) right(int idx) voidsaveSelection(UserFiles context, String selectionName, IntSet selection) sections()intsize()statistics(UserFiles context)
-
Field Details
-
EXT
- See Also:
-
name
-
jpg
public final byte[] jpg -
sections
-
-
Constructor Details
-
Book
-
-
Method Details
-
load
- Throws:
IOException
-
jpg
public byte[] jpg() -
statistics
- Throws:
IOException
-
sections
-
currentSection
-
selection
-
selection
-
saveSelection
public void saveSelection(UserFiles context, String selectionName, IntSet selection) throws IOException - Throws:
IOException
-
loadSelection
- Throws:
IOException
-
size
public int size() -
addInvLine
- Throws:
IOException
-
add
-
left
-
right
-
lookupLeft
-
all
-
compareTo
- Specified by:
compareToin interfaceComparable<Book>
-