File
Doc
Category
Size
Date
Package
Appendable.java
API Doc
Android 1.5 API
1244
Wed May 06 22:41:06 BST 2009
org.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 void
append
(
byte[]
src)
Provides the additional data to be read.
param
src: the source data to be appended.
Java Code Source