public class WrapperElementUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
toString(WrapperElement wrapperElement) |
static void |
writeWrapperElement(OutputStream out,
String encoding,
WrapperElement wrapperElement,
byte[] contentBuffer,
int off,
int len) |
static void |
writeWrapperElement(Writer writer,
WrapperElement wrapperElement,
char[] contentBuffer,
int off,
int len) |
public static String toString(WrapperElement wrapperElement)
public static void writeWrapperElement(Writer writer, WrapperElement wrapperElement, char[] contentBuffer, int off, int len) throws IOException
IOException
public static void writeWrapperElement(OutputStream out, String encoding, WrapperElement wrapperElement, byte[] contentBuffer, int off, int len) throws IOException
IOException
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.