FileDocCategorySizeDatePackage
ClassPathElement.javaAPI DocAndroid 5.1 API1283Thu Mar 12 22:18:30 GMT 2015com.android.multidex

ClassPathElement

public interface ClassPathElement
An element of the class path in which class files can be found.

Fields Summary
char
SEPARATOR_CHAR
Constructors Summary
Methods Summary
public voidclose()

public java.lang.Iterablelist()

public java.io.InputStreamopen(java.lang.String path)
Open a "file" from this {@code ClassPathElement}.

param
path a '/' separated relative path to the wanted file.
return
an {@code InputStream} ready to read the requested file.
throws
IOException if the path can not be found or if an error occurred while opening it.