MrSID Decode SDK for Raster Reference Manual  9.5.1.4427
lt_ioCStream.h
Go to the documentation of this file.
1 /* $Id$ */
2 /* //////////////////////////////////////////////////////////////////////////
3 // //
4 // This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, //
5 // Suite 200, Seattle, WA 98104. Unauthorized use or distribution //
6 // prohibited. Access to and use of this code is permitted only under //
7 // license from LizardTech, Inc. Portions of the code are protected by //
8 // US and foreign patents and other filings. All Rights Reserved. //
9 // //
11 /* PUBLIC - C */
12 
13 #ifndef LT_IO_C_STREAM_H
14 #define LT_IO_C_STREAM_H
15 
16 #include "lt_base.h"
17 #include "lt_lib_io.h"
19 
20 #if defined(LT_COMPILER_MS)
21  #pragma warning(push,4)
22 #endif
23 
24 #ifdef LT_CPLUSPLUS
25 extern "C" {
26 #endif
27 
35 
47 
48 
60 
61 
74 
75 
89 
90 
103 lt_uint32 lt_ioCStreamWrite(LTIOStreamH stream, const lt_uint8* buf, lt_uint32 len);
104 
105 
118 LT_STATUS lt_ioCStreamSeek(LTIOStreamH stream, lt_int64 offset, LTIOSeekDir dir);
119 
120 
131 lt_int64 lt_ioCStreamTell(LTIOStreamH stream);
132 
133 
145 
146 
158 
159 
171 
172 
200  void* userData);
201 
204 #ifdef LT_CPLUSPLUS
205 }
206 #endif
207 
208 #if defined(LT_COMPILER_MS)
209  #pragma warning(pop)
210 #endif
211 
212 #endif

LizardTech