java.lang.Object | |
↳ | com.google.android.gms.common.data.DataBufferUtils |
Utilities for working with DataBuffer
objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Utility helper method to freeze a DataBuffer into a list of concrete entities.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Utility helper method to freeze a DataBuffer into a list of concrete entities. The DataBuffer
provided here must contain elements that implement the Freezable
interface.
Note that this will close the buffer, so do not attempt to use it afterwards.
buffer | DataBuffer to freeze contents from. |
---|