Uses of Class
org.apache.axis.attachments.BoundaryDelimitedStream
Packages that use BoundaryDelimitedStream
-
Uses of BoundaryDelimitedStream in org.apache.axis.attachments
Fields in org.apache.axis.attachments declared as BoundaryDelimitedStreamModifier and TypeFieldDescriptionprotected BoundaryDelimitedStream
MultiPartRelatedInputStream.boundaryDelimitedStream
Field boundaryDelimitedStreamMethods in org.apache.axis.attachments that return BoundaryDelimitedStreamModifier and TypeMethodDescriptionBoundaryDelimitedStream.getNextStream()
Gets the next stream.protected BoundaryDelimitedStream
BoundaryDelimitedStream.getNextStream
(int readbufsz) Gets the next stream.Constructors in org.apache.axis.attachments with parameters of type BoundaryDelimitedStreamModifierConstructorDescriptionprotected
BoundaryDelimitedStream
(BoundaryDelimitedStream prev, int readbufsz) Constructor to create the next stream from the previous one.MultipartAttachmentStreams
(BoundaryDelimitedStream delimitedStream) MultipartAttachmentStreams
(BoundaryDelimitedStream delimitedStream, Collection priorParts)