Overload | Description |
---|---|
ReadItemData(Stream) | Reads the entire contents of an item's data into a specified stream. |
ReadItemData(Stream,Int32) | Reads the entire contents of an item's data into a specified stream. |
ReadItemData(Stream,Byte[]) | Reads the entire contents of an item's data into a specified System.IO.Stream. |
ReadItemData(Stream,Byte[],Int32,Int32) | Reads the entire contents of an item's data into a specified System.IO.Stream. |
ReadItemData(Byte[]) | Reads a sequence of bytes from the current item's data into a specified buffer. |
ReadItemData(Byte[],Int32,Int32) | Reads a sequence of bytes from the current item's data into a specified buffer. |