Indentation

This commit is contained in:
Trustin Lee 2008-08-10 01:24:44 +00:00
parent 58599fe343
commit 4710fb93de

View File

@ -694,9 +694,12 @@ public interface ChannelBuffer extends Comparable<ChannelBuffer> {
ByteBuffer[] toByteBuffers(int index, int length);
String toString(String charsetName);
String toString(String charsetName, ChannelBufferIndexFinder terminatorFinder);
String toString(
String charsetName, ChannelBufferIndexFinder terminatorFinder);
String toString(int index, int length, String charsetName);
String toString(int index, int length, String charsetName, ChannelBufferIndexFinder terminatorFinder);
String toString(
int index, int length, String charsetName,
ChannelBufferIndexFinder terminatorFinder);
/**
* Returns a hash code which was calculated from the content of this