public void readFully(byte[] b, int off, int len) throws IOException {
   content.readFully(b, off, len);
 }
 public void readFully(byte[] b) throws IOException {
   content.readFully(b);
 }