Community
Participate
Working Groups
newPartition.setReadOnly();
newPartition.clearBuffer();
int index = partitions.indexOf(partition);
partitions.add(index, newPartition);
if (index > -1) {
}
input.append(contentBefore);
//delete everything that has been appended to the buffer.
partition.delete(0, lastLineDelimiter);