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 BoundaryDelimitedStreamMultiPartRelatedInputStream.boundaryDelimitedStreamField boundaryDelimitedStreamMethods in org.apache.axis.attachments that return BoundaryDelimitedStreamModifier and TypeMethodDescriptionBoundaryDelimitedStream.getNextStream()Gets the next stream.protected BoundaryDelimitedStreamBoundaryDelimitedStream.getNextStream(int readbufsz) Gets the next stream.Constructors in org.apache.axis.attachments with parameters of type BoundaryDelimitedStreamModifierConstructorDescriptionprotectedBoundaryDelimitedStream(BoundaryDelimitedStream prev, int readbufsz) Constructor to create the next stream from the previous one.MultipartAttachmentStreams(BoundaryDelimitedStream delimitedStream) MultipartAttachmentStreams(BoundaryDelimitedStream delimitedStream, Collection priorParts)