MultipartParser.parse

Parse until next Event.

@param buffer the buffer to parse @param last whether this buffer contains last bit of content @return True if an {@link hunt.http.codec.http.decode.HttpParser.RequestHandler} method was called and it returned true;

class MultipartParser
bool
parse
(
ByteBuffer buffer
,
bool last
)

Meta