Interface Storage<T,R>
-
- Type Parameters:
T- Type of frame.R- Type of result.
- All Known Implementing Classes:
ByteStorage,ByteStorage.SDODownloadStorage,ByteStorage.SDOUploadStorage
public interface Storage<T,R>A storage which is called for each received segment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(T frame)Appends segmented frame.Rget()Retrieves final result from segmented payload.longsize()Gets accumulated size of stored data.
-