com.mockobjects.io
Class MockFileInputStream
FileInputStream
com.mockobjects.io.MockFileInputStream
public class MockFileInputStream
extends FileInputStream
KNOWN_FILE
public static final String KNOWN_FILE
available
public int available()
throws IOException
mark
public void mark(int readlimit)
read
public int read()
throws IOException
read
public int read(b[] )
throws IOException
read
public int read(b[] ,
int off,
int len)
throws IOException
setupContents
public void setupContents(String contents)
skip
public long skip(long n)
throws IOException
Copyright © 2002 Mock Objects. All Rights Reserved.