X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FChunkHolder.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FChunkHolder.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=a8bc3195e5901a0d337100e63e840ce60d69e084;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/ChunkHolder.html b/website/dm_javadoc/compbio/metadata/ChunkHolder.html deleted file mode 100644 index a8bc319..0000000 --- a/website/dm_javadoc/compbio/metadata/ChunkHolder.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -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
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -