Searched refs:FixedLengthInputStream (Results 1 – 4 of 4) sorted by relevance
26 public class FixedLengthInputStream extends InputStream { class31 public FixedLengthInputStream(InputStream in, int length) { in FixedLengthInputStream() method in FixedLengthInputStream
20 import com.android.voicemail.impl.mail.FixedLengthInputStream;31 /* package */ ImapMemoryLiteral(FixedLengthInputStream in) throws IOException { in ImapMemoryLiteral()
18 import com.android.voicemail.impl.mail.FixedLengthInputStream;41 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { in ImapTempFileLiteral()
21 import com.android.voicemail.impl.mail.FixedLengthInputStream;417 FixedLengthInputStream in = new FixedLengthInputStream(this.in, size); in parseLiteral()