You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/05/26 19:03:02 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf ByteBuffer.java CharBuffer.java Encoder.java

costin      01/05/26 10:03:02

  Removed:     src/share/org/apache/tomcat/util/buf ByteBuffer.java
                        CharBuffer.java Encoder.java
  Log:
  Removed the Byte,Char Buffer. The code was merged in ByteChunk, CharChunk -
  it was confusing to have 2 and hard to work with it ( conversions, etc )