(DataInput in)
| 191 | } |
| 192 | |
| 193 | public static Content read(DataInput in) throws IOException { |
| 194 | Content content = new Content(); |
| 195 | content.readFields(in); |
| 196 | return content; |
| 197 | } |
| 198 | |
| 199 | // |
| 200 | // Accessor methods |
nothing calls this directly
no test coverage detected