Class BytesImageIcon

All Implemented Interfaces:
Serializable, Accessible, Icon, FileBasedIcon

public class BytesImageIcon extends LazyImageIcon
LazyImageIcon that is created from a byte array
See Also:
  • Constructor Details

    • BytesImageIcon

      public BytesImageIcon(String name, byte[] imageBytes)
  • Method Details