X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FChunkHolder.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FChunkHolder.html;h=f96afdf1919623cae286ef305b300cd12c5f369a;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/metadata/ChunkHolder.html b/website/full_javadoc/compbio/metadata/ChunkHolder.html new file mode 100644 index 0000000..f96afdf --- /dev/null +++ b/website/full_javadoc/compbio/metadata/ChunkHolder.html @@ -0,0 +1,350 @@ + + + + + + +ChunkHolder + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.metadata +
+Class ChunkHolder

+
+java.lang.Object
+  extended by compbio.metadata.ChunkHolder
+
+
+
+
public class ChunkHolder
extends Object
+ + +

+Represents a chunk of a string data together with the position in a file for + the next read operation. +

+ +

+

+
Version:
+
1.0 December 2009
+
Author:
+
pvtroshin
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ChunkHolder(String chunk, + long position) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetChunk() + +
+           
+ longgetNextPosition() + +
+           
+ inthashCode() + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChunkHolder

+
+public ChunkHolder(String chunk,
+                   long position)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getChunk

+
+public String getChunk()
+
+
+
+
+
+
+ +

+getNextPosition

+
+public long getNextPosition()
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +