Package helma.util

Class Logo


  • public class Logo
    extends java.lang.Object
    class with byte data of helma logo
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] hop  
    • Constructor Summary

      Constructors 
      Constructor Description
      Logo()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      utitilty function to create byte array from file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hop

        public static final byte[] hop
    • Constructor Detail

      • Logo

        public Logo()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        utitilty function to create byte array from file
        Throws:
        java.lang.Exception