.. java:import:: java.util Arrays BundleIcon ========== .. java:package:: org.motechproject.server.api :noindex: .. java:type:: public class BundleIcon Fields ------ ICON_LOCATIONS ^^^^^^^^^^^^^^ .. java:field:: public static final String[] ICON_LOCATIONS :outertype: BundleIcon Constructors ------------ BundleIcon ^^^^^^^^^^ .. java:constructor:: public BundleIcon(byte[] icon, String mime) :outertype: BundleIcon Methods ------- getContentLength ^^^^^^^^^^^^^^^^ .. java:method:: public int getContentLength() :outertype: BundleIcon getIcon ^^^^^^^ .. java:method:: public byte[] getIcon() :outertype: BundleIcon getMime ^^^^^^^ .. java:method:: public String getMime() :outertype: BundleIcon