cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java

2004-03-08 Thread remm
remm2004/03/08 15:46:37 Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java Log: - The optimized write (direct writing when data appended is the size of the buffer and the buffer is empty) works good when we would want to

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java

2003-01-14 Thread remm
remm2003/01/14 10:20:02 Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java Log: - Add alternate substract methods. Revision ChangesPath 1.13 +22 -0

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java

2003-01-05 Thread remm
remm2003/01/05 03:22:16 Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java Log: - Add input support to ByteChunk and CharChunk. - I don't know if the new method names are well chosen. Revision ChangesPath 1.12

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java

2002-02-06 Thread keith
keith 02/02/06 21:37:35 Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java Log: indexOf should return an index relative to the internal starting point of the string rather than the beginning of the array. Ported over from main