private final class DirectoryURLConnection.DirectoryInputStream
extends java.io.PushbackInputStream
Modifier and Type | Field and Description |
---|---|
private byte[] |
buffer |
private java.io.ByteArrayInputStream |
bytesIn |
private java.io.ByteArrayOutputStream |
bytesOut |
private boolean |
endOfStream |
private int |
lineCount |
private java.io.PrintStream |
out |
private java.lang.StringBuffer |
tmpString |
Modifier | Constructor and Description |
---|---|
private |
DirectoryInputStream(java.io.InputStream ins,
boolean guess) |
Modifier and Type | Method and Description |
---|---|
private void |
endOfList() |
private void |
parseFile(java.lang.String s) |
private void |
parseFTP(java.lang.String s) |
int |
read(byte[] buf) |
int |
read(byte[] buf,
int offset,
int length) |
private final byte[] buffer
private boolean endOfStream
private java.io.ByteArrayOutputStream bytesOut
private java.io.PrintStream out
private java.io.ByteArrayInputStream bytesIn
private final java.lang.StringBuffer tmpString
private int lineCount
private DirectoryInputStream(java.io.InputStream ins, boolean guess)
private void parseFile(java.lang.String s)
private void parseFTP(java.lang.String s)
private void endOfList()
public int read(byte[] buf) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] buf, int offset, int length) throws java.io.IOException
read
in class java.io.PushbackInputStream
java.io.IOException