Uses of Class
org.apache.axis.attachments.BoundaryDelimitedStream
-
Packages that use BoundaryDelimitedStream Package Description org.apache.axis.attachments -
-
Uses of BoundaryDelimitedStream in org.apache.axis.attachments
Fields in org.apache.axis.attachments declared as BoundaryDelimitedStream Modifier and Type Field Description protected BoundaryDelimitedStream
MultiPartRelatedInputStream. boundaryDelimitedStream
Field boundaryDelimitedStreamMethods in org.apache.axis.attachments that return BoundaryDelimitedStream Modifier and Type Method Description BoundaryDelimitedStream
BoundaryDelimitedStream. 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 BoundaryDelimitedStream Constructor Description BoundaryDelimitedStream(BoundaryDelimitedStream prev, int readbufsz)
Constructor to create the next stream from the previous one.MultipartAttachmentStreams(BoundaryDelimitedStream delimitedStream)
MultipartAttachmentStreams(BoundaryDelimitedStream delimitedStream, java.util.Collection priorParts)
-