Uses of Class
de.uhilger.httpserver.up.MultipartStream.MalformedStreamException
-
-
Uses of MultipartStream.MalformedStreamException in de.uhilger.httpserver.up
Methods in de.uhilger.httpserver.up that throw MultipartStream.MalformedStreamException Modifier and Type Method Description intMultipartStream. discardBodyData()Readsbody-datafrom the currentencapsulationand discards it.intMultipartStream. readBodyData(OutputStream output)Readsbody-datafrom the currentencapsulationand writes its contents into the outputStream.booleanMultipartStream. readBoundary()Skips aboundarytoken, and checks whether moreencapsulationsare contained in the stream.StringMultipartStream. readHeaders()Reads theheader-partof the currentencapsulation.
-