public interface

ValueDescriptor

com.facebook.imagepipeline.cache.ValueDescriptor<V>

Class Overview

Interface used to get the information about the values.

Summary

Public Methods
abstract int getSizeInBytes(V value)
Returns the size in bytes of the given value.

Public Methods

public abstract int getSizeInBytes (V value)

Returns the size in bytes of the given value.