public class RandomAccessFileInputStream
extends java.io.InputStream
Title: RandomAccessFileInputStream
Description: InputStream thread safe implementation for random access file.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
RandomAccessFileInputStream(java.io.RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.