public class LayoutOptions
extends java.lang.Object
| Constructor and Description |
|---|
LayoutOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(byte[] source) |
byte[] |
encode() |
java.lang.String |
getCompressionType() |
void |
setCompressionType(java.lang.String type) |
public java.lang.String getCompressionType()
public void setCompressionType(java.lang.String type)
type - null if not compressedpublic byte[] encode()
public void decode(byte[] source)
throws java.io.IOException
source - can be null if emptyjava.io.IOExceptionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.