We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.server.
Class AbstractCommunicationManager.SimpleMultiPartInputStream
java.lang.Object
java.io.InputStream
com.vaadin.terminal.gwt.server.AbstractCommunicationManager.SimpleMultiPartInputStream
All Implemented Interfaces:
Enclosing class:
- extends InputStream
public static class AbstractCommunicationManager.SimpleMultiPartInputStream
Stream that extracts content from another stream until the boundary string is encountered. Public only for unit tests, should be considered private for all other purposes.
Constructor Summary | |
---|---|
AbstractCommunicationManager.SimpleMultiPartInputStream(InputStream realInputStream,
String boundaryString)
|
Method Summary | |
---|---|
int |
read()
|
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
AbstractCommunicationManager.SimpleMultiPartInputStream
public AbstractCommunicationManager.SimpleMultiPartInputStream(InputStream realInputStream,
String boundaryString)
Method Detail |
---|
read
public int read()
throws IOException
- Specified by:
read
in classInputStream
- Throws:
IOException