org.eclipse.webdav.client
Class RequestBodyWriter
java.lang.Object
org.eclipse.webdav.client.RequestBodyWriter
- All Implemented Interfaces:
- IRequestBodyWriter
public class RequestBodyWriter
- extends Object
- implements IRequestBodyWriter
Note: This class/interface is part of an interim API that is still under
development and expected to change significantly before reaching stability.
It is being made available at this early stage to solicit feedback from pioneering
adopters on the understanding that any code that uses this API will almost
certainly be broken (repeatedly) as the API evolves.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestBodyWriter
public RequestBodyWriter(Document document,
String characterEncoding)
writeRequestBody
public void writeRequestBody(OutputStream os)
throws IOException
- Description copied from interface:
IRequestBodyWriter
- Writes a request body to the given output stream.
- Specified by:
writeRequestBody
in interface IRequestBodyWriter
- Throws:
IOException
- if there is a problem writing to the stream
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.