public static class WebdavNsIntf.Content extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
contentLength |
String |
contentType |
Reader |
rdr
A reader for the content
|
InputStream |
stream
For binary
|
boolean |
written
Content was written directly
|
| Constructor and Description |
|---|
Content() |
public boolean written
public Reader rdr
public InputStream stream
public String contentType
public long contentLength
Copyright © 2018 Bedework. All rights reserved.