Forgot to check in ...
This commit is contained in:
parent
07f17cfd4f
commit
84ea016931
@ -367,9 +367,10 @@ class ReplayingDecoderBuffer implements ChannelBuffer {
|
||||
reject();
|
||||
}
|
||||
|
||||
public void setBytes(int index, InputStream in, int length)
|
||||
public int setBytes(int index, InputStream in, int length)
|
||||
throws IOException {
|
||||
reject();
|
||||
return -1;
|
||||
}
|
||||
|
||||
public void setZero(int index, int length) {
|
||||
|
Loading…
Reference in New Issue
Block a user