Leadtools.Codecs Namespace > RasterCodecs Class > FeedLoad Method : FeedLoad(IntPtr,Int32) Method |
'Usage Dim instance As RasterCodecs Dim data As IntPtr Dim length As Integer instance.FeedLoad(data, length)
-(BOOL)feedLoad:(const unsigned char*)buffer length:(unsigned int)length error:(NSError**)outError;
Use this method with the StartFeedLoad(Int32,CodecsLoadByteOrder) and StopFeedLoad methods.
For a description of how the methods relate to each other, refer to StartFeedLoad(Int32,CodecsLoadByteOrder).
LEADTOOLS will attempt to load corrupted files so you can see at least a portion of the image. For these images, the load methods succeed, but LoadStatus will return an error code.