Package org.apache.cxf.attachment
Class MimeBodyPartInputStream
java.lang.Object
java.io.InputStream
org.apache.cxf.attachment.MimeBodyPartInputStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- 
Constructor SummaryConstructorsConstructorDescriptionMimeBodyPartInputStream(PushbackInputStream inStreamParam, byte[] boundaryParam, int pbsize) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()protected intprocessBuffer(byte[] buffer, int off, int len) intread()intread(byte[] buf, int origOff, int origLen) Methods inherited from class java.io.InputStreamavailable, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
- 
Constructor Details- 
MimeBodyPartInputStream
 
- 
- 
Method Details- 
read- Overrides:
- readin class- InputStream
- Throws:
- IOException
 
- 
processBuffer- Throws:
- IOException
 
- 
read- Specified by:
- readin class- InputStream
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- InputStream
- Throws:
- IOException
 
 
-