Searched defs:chunk (Results 1 - 1 of 1) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java82 protected List chunk; field in class:Chunk
85 * Creates a chunk that doesn't copy the original text.
87 * @param count the size of the chunk.
96 * Creates a chunk and saves a copy the original chunk's text.
99 * @param count the size of the chunk.
104 chunk = slice(iseq, pos, count);
108 * Creates a chunk that will be displaced in the resulting text,
109 * and saves a copy the original chunk's text.
112 * @param count the size of the chunk
201 public List chunk() method in class:Chunk
[all...]

Completed in 8 milliseconds