public class UploadContentParser
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
UploadContentParser.IParserListener
Call-back interface.
|
| Constructor and Description |
|---|
UploadContentParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
parseUploadContent(java.io.InputStream is,
UploadContentParser.IParserListener listener)
Parses the information from the input and notifies about files through
the
UploadContentParser.IParserListener call-back interface. |
public static void parseUploadContent(java.io.InputStream is,
UploadContentParser.IParserListener listener)
UploadContentParser.IParserListener call-back interface.Copyright © CaptainCasa Gmbh. All Rights Reserved.