979899100101102103
public InputStream getInputStream() throws IOException { if (!connected) { connect(); } return new ReferenceInputStream(reference); }
9899100101102103104
59606162636465