class NoBodyOutputStream extends ServletOutputStream
Modifier and Type | Field and Description |
---|---|
private int |
contentLength |
private static java.lang.String |
LSTRING_FILE |
private static java.util.ResourceBundle |
lStrings |
Constructor and Description |
---|
NoBodyOutputStream() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getContentLength() |
void |
write(byte[] buf,
int offset,
int len) |
void |
write(int b) |
private static final java.lang.String LSTRING_FILE
private static java.util.ResourceBundle lStrings
private int contentLength