private static class AppCacheManifestTransformer.HashBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.ByteArrayOutputStream |
baos |
Constructor and Description |
---|
HashBuilder(int initialSize) |
Modifier and Type | Method and Description |
---|---|
void |
appendResource(Resource resource) |
void |
appendString(java.lang.String content) |
java.lang.String |
build() |
public void appendResource(Resource resource) throws java.io.IOException
java.io.IOException
public void appendString(java.lang.String content) throws java.io.IOException
java.io.IOException
public java.lang.String build()