Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

umemstrm.h File Reference

Go to the source code of this file.

Compounds

struct  UMemoryStream

Typedefs

typedef struct UMemoryStream UMemoryStream

Functions

U_CAPI UMemoryStream* U_EXPORT2 uprv_mstrm_openNew (int32_t size)
U_CAPI UMemoryStream* U_EXPORT2 uprv_mstrm_openBuffer (const uint8_t *buffer, int32_t len)
U_CAPI void U_EXPORT2 uprv_mstrm_close (UMemoryStream *MS)
U_CAPI UBool U_EXPORT2 uprv_mstrm_setError (UMemoryStream *MS)
U_CAPI UBool U_EXPORT2 uprv_mstrm_error (UMemoryStream *MS)
U_CAPI UBool U_EXPORT2 uprv_mstrm_eof (UMemoryStream *MS)
U_CAPI int32_t U_EXPORT2 uprv_mstrm_read (UMemoryStream *MS, void* addr, int32_t len)
U_CAPI int32_t U_EXPORT2 uprv_mstrm_write (UMemoryStream *MS, const void *buffer, int32_t len)
U_CAPI const uint8_t* U_EXPORT2 uprv_mstrm_getBuffer (UMemoryStream *MS, int32_t *len)
U_CAPI const uint8_t* U_EXPORT2 uprv_mstrm_getCurrentBuffer (UMemoryStream *MS, int32_t *len)
U_CAPI int32_t U_EXPORT2 uprv_mstrm_skip (UMemoryStream *MS, int32_t len)
U_CAPI int32_t U_EXPORT2 uprv_mstrm_jump (UMemoryStream *MS, const uint8_t *where)
U_CAPI void U_EXPORT2 uprv_mstrm_write8 (UMemoryStream *MS, uint8_t byte)
U_CAPI void U_EXPORT2 uprv_mstrm_write16 (UMemoryStream *MS, uint16_t word)
U_CAPI void U_EXPORT2 uprv_mstrm_write32 (UMemoryStream *MS, uint32_t wyde)
U_CAPI void U_EXPORT2 uprv_mstrm_writeBlock (UMemoryStream *MS, const void *s, UTextOffset length)
U_CAPI void U_EXPORT2 uprv_mstrm_writePadding (UMemoryStream *MS, UTextOffset length)
U_CAPI void U_EXPORT2 uprv_mstrm_writeString (UMemoryStream *MS, const char *s, UTextOffset length)
U_CAPI void U_EXPORT2 uprv_mstrm_writeUString (UMemoryStream *MS, const UChar *s, UTextOffset length)


Typedef Documentation

typedef struct UMemoryStream UMemoryStream
 

Definition at line 32 of file umemstrm.h.


Function Documentation

U_CAPI void U_EXPORT2 uprv_mstrm_close ( UMemoryStream * MS )
 

U_CAPI UBool U_EXPORT2 uprv_mstrm_eof ( UMemoryStream * MS )
 

U_CAPI UBool U_EXPORT2 uprv_mstrm_error ( UMemoryStream * MS )
 

U_CAPI const uint8_t* U_EXPORT2 uprv_mstrm_getBuffer ( UMemoryStream * MS,
int32_t * len )
 

U_CAPI const uint8_t* U_EXPORT2 uprv_mstrm_getCurrentBuffer ( UMemoryStream * MS,
int32_t * len )
 

U_CAPI int32_t U_EXPORT2 uprv_mstrm_jump ( UMemoryStream * MS,
const uint8_t * where )
 

U_CAPI UMemoryStream* U_EXPORT2 uprv_mstrm_openBuffer ( const uint8_t * buffer,
int32_t len )
 

U_CAPI UMemoryStream* U_EXPORT2 uprv_mstrm_openNew ( int32_t size )
 

U_CAPI int32_t U_EXPORT2 uprv_mstrm_read ( UMemoryStream * MS,
void * addr,
int32_t len )
 

U_CAPI UBool U_EXPORT2 uprv_mstrm_setError ( UMemoryStream * MS )
 

U_CAPI int32_t U_EXPORT2 uprv_mstrm_skip ( UMemoryStream * MS,
int32_t len )
 

U_CAPI int32_t U_EXPORT2 uprv_mstrm_write ( UMemoryStream * MS,
const void * buffer,
int32_t len )
 

U_CAPI void U_EXPORT2 uprv_mstrm_write16 ( UMemoryStream * MS,
uint16_t word )
 

U_CAPI void U_EXPORT2 uprv_mstrm_write32 ( UMemoryStream * MS,
uint32_t wyde )
 

U_CAPI void U_EXPORT2 uprv_mstrm_write8 ( UMemoryStream * MS,
uint8_t byte )
 

U_CAPI void U_EXPORT2 uprv_mstrm_writeBlock ( UMemoryStream * MS,
const void * s,
UTextOffset length )
 

U_CAPI void U_EXPORT2 uprv_mstrm_writePadding ( UMemoryStream * MS,
UTextOffset length )
 

U_CAPI void U_EXPORT2 uprv_mstrm_writeString ( UMemoryStream * MS,
const char * s,
UTextOffset length )
 

U_CAPI void U_EXPORT2 uprv_mstrm_writeUString ( UMemoryStream * MS,
const UChar * s,
UTextOffset length )
 


Generated at Tue Dec 5 17:55:49 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000