@JsType(isNative=true,
namespace="pako")
public class Deflate
extends Object
| Constructor and Description |
|---|
Deflate() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.typedarrays.shared.ArrayBufferView |
getResult() |
boolean |
push(com.google.gwt.typedarrays.shared.ArrayBuffer array,
boolean last) |
boolean |
push(com.google.gwt.typedarrays.shared.ArrayBufferView array,
boolean last) |
boolean |
push(String string,
boolean last) |
public boolean push(com.google.gwt.typedarrays.shared.ArrayBuffer array,
boolean last)
public boolean push(com.google.gwt.typedarrays.shared.ArrayBufferView array,
boolean last)
public boolean push(String string, boolean last)
@JsProperty public com.google.gwt.typedarrays.shared.ArrayBufferView getResult()
Copyright © 2011–2018 Vertispan LLC. All rights reserved.