2 * Copyright 2011, Haiku Inc. All rights reserved.
3 * This file may be used under the terms of the MIT License.
22 DataStream(Volume
* volume
, Inode
* inode
,
26 status_t
FindBlock(off_t pos
, off_t
& physical
,
27 off_t
*_length
= NULL
);
29 const uint32 kBlockSize
;
30 const uint32 kClusterSize
;
37 #endif // DATASTREAM_H