FileDocCategorySizeDatePackage
Appendable.javaAPI DocAndroid 1.5 API1244Wed May 06 22:41:06 BST 2009org.apache.harmony.xnet.provider.jsse

Appendable

public interface Appendable
This interface represents the ability of the input stream related classes to provide additianal data to be read.

Fields Summary
Constructors Summary
Methods Summary
public voidappend(byte[] src)
Provides the additional data to be read.

param
src: the source data to be appended.