1617181920212223
int articleNumber; HttpHeaders headers; String body; public Article( NntpInputStream stream ) throws IOException { headers = new HttpHeaders( stream ); body = stream.readText(); }