|
>> operator for a bool to read in some data and assign to the passed in data field.
|
|
>> operator for a char to read in some data and assign to the passed in data field.
|
|
>> operator for a unsigned char to read in some data and assign to the passed in data field.
|
|
>> operator for a char * to read in some data and assign to the passed in data field. This data is formatted as a length (UInt32) followed by the actual character data.
|
|
>> operator for an unsigned char * to read in some data and assign to the passed in data field. This data is formatted as a length (UInt32) followed by the actual character data.
|
|
>> operator for a SInt16 to read in some data and assign to the passed in data field.
|
|
>> operator for a UInt16 to read in some data and assign to the passed in data field.
|
|
>> operator for a SInt32 to read in some data and assign to the passed in data field.
|
|
>> operator for a UInt32 to read in some data and assign to the passed in data field.
|
|
>> operator for a float to read in some data and assign to the passed in data field.
|
|
>> operator for a double to read in some data and assign to the passed in data field.
|
|
>> operator for a CP_String to read in some data and assign to the passed in data field. The data is stored as a length (SInt32) followed by the character data.
|
|
>> operator for a CP_Point to read in some data and assign to the passed in data field.
|
|
>> operator for a CP_Size to read in some data and assign to the passed in data field.
|
|
>> operator for a CP_Rect to read in some data and assign to the passed in data field.
|
|
>> operator for a CP_RGBColor to read in some data and assign to the passed in data field.
|
|
>> operator for a CP_HandleBlock to read in some data and assign to the passed in data field. The CP_HandleBlock length is set to the length of the data and the block contains the actual data.
|
|
>> operator for a CP_PtrBlock to read in some data and assign to the passed in data field. The CP_PtrBlock length is set to the length of the data and the block contains the actual data.
|
|
>> operator for a CP_FileSystemSpec to read in some data and assign to the passed in data field. The data is stored as a full path string.
|