|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.ssl.util.ReadLine
org.apache.commons.ssl.util.ByteArrayReadLine
public class ByteArrayReadLine
Field Summary |
---|
Fields inherited from class org.apache.commons.ssl.util.ReadLine |
---|
avail, bytes, in, pos |
Constructor Summary | |
---|---|
ByteArrayReadLine(java.io.ByteArrayInputStream in)
|
Method Summary | |
---|---|
java.lang.String |
next()
|
java.lang.String |
next(int lines)
|
byte[] |
nextAsBytes()
|
byte[] |
nextAsBytes(int lines)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayReadLine(java.io.ByteArrayInputStream in)
Method Detail |
---|
public java.lang.String next()
next
in class ReadLine
public java.lang.String next(int lines)
next
in class ReadLine
public byte[] nextAsBytes()
nextAsBytes
in class ReadLine
public byte[] nextAsBytes(int lines)
nextAsBytes
in class ReadLine
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |