wt.adapter.enterprise
Class AddContentItemsWebjectDelegate.BlobInputStream
java.lang.Object
java.io.InputStream
wt.adapter.enterprise.AddContentItemsWebjectDelegate.BlobInputStream
- Enclosing class:
- AddContentItemsWebjectDelegate
- private class AddContentItemsWebjectDelegate.BlobInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
boundary
private String boundary
buffer
private byte[] buffer
bufferIndex
private int bufferIndex
bufferLimit
private int bufferLimit
bytesRead
private int bytesRead
cachedByte
private byte cachedByte
endOfBlob
private boolean endOfBlob
endOfMultipart
private boolean endOfMultipart
mis
private IeMultipartInputStream mis
resolveCR
private boolean resolveCR
AddContentItemsWebjectDelegate.BlobInputStream
public AddContentItemsWebjectDelegate.BlobInputStream(IeMultipartInputStream mis)
close
public void close()
throws IOException
- Throws:
IOException
isEndOfMultipart
public boolean isEndOfMultipart()
read
public int read()
throws IOException
- Throws:
IOException
isBoundary
private boolean isBoundary()