Class StreamSplit
java.lang.Object
com.charliemouse.cambozola.shared.StreamSplit
- Direct Known Subclasses:
TaiStreamSplit
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringprotected DataInputStream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddPropValue(String response, Hashtable ht) booleanstatic HashtablereadHeaders(URLConnection conn) byte[]readToBoundary(String boundary) voidskipToBoundary(String boundary)
-
Field Details
-
BOUNDARY_MARKER_PREFIX
- See Also:
-
BOUNDARY_MARKER_TERM
- See Also:
-
m_dis
-
-
Constructor Details
-
StreamSplit
-
-
Method Details
-
readHeaders
- Throws:
IOException
-
addPropValue
-
readHeaders
-
skipToBoundary
- Throws:
IOException
-
readToBoundary
- Throws:
IOException
-
isAtStreamEnd
public boolean isAtStreamEnd()
-