Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ematgine.utils.parser.html
Class html_file  view html_file download html_file.java

java.lang.Object
  extended byorg.ematgine.utils.parser.html.html_file

public class html_file
extends java.lang.Object

This class represents the html files Concurrent Versions System $Id: html_file.java,v 1.8 2002/05/22 20:10:08 MB Exp $


Field Summary
private  long byteSize
          size in number of byte
(package private)  java.lang.String filename
          Description of the Field
private  java.util.Vector my_html_line_vector
          Description of the Field
 
Constructor Summary
html_file()
          Constructor for the html_file object
html_file(java.lang.String name)
          Constructor for the html_file object
 
Method Summary
 void addElement(java.lang.Object what)
          Adds a feature to the Element attribute of the html_file object
 void display_file()
          This method displays the html file on the standard ouput
 java.lang.Object elementAt(int position)
          Description of the Method
 java.lang.String get_filename()
          Description of the Method
private  java.util.Vector get_html_lines()
          Description of the Method
 int get_size()
           
 long getHTMLFileSize()
          Gets the hTMLFileSize attribute of the html_file object
 void insertElementAt(java.lang.Object what, int line)
          Description of the Method
 void putOnDisk(java.lang.String directory_name)
          Description of the Method
 void removeElementAt(int line)
          Description of the Method
 void setElementAt(java.lang.Object what, int line)
          Sets the elementAt attribute of the html_file object
 byte[] transformToBase64HTMLFileByteArray()
          Generate a Base 64 byte array from the html_file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

java.lang.String filename
Description of the Field


my_html_line_vector

private java.util.Vector my_html_line_vector
Description of the Field


byteSize

private long byteSize
size in number of byte

Constructor Detail

html_file

public html_file()
Constructor for the html_file object


html_file

public html_file(java.lang.String name)
Constructor for the html_file object

Method Detail

setElementAt

public void setElementAt(java.lang.Object what,
                         int line)
Sets the elementAt attribute of the html_file object


get_size

public int get_size()

getHTMLFileSize

public long getHTMLFileSize()
Gets the hTMLFileSize attribute of the html_file object


get_filename

public java.lang.String get_filename()
Description of the Method


display_file

public void display_file()
This method displays the html file on the standard ouput


transformToBase64HTMLFileByteArray

public byte[] transformToBase64HTMLFileByteArray()
Generate a Base 64 byte array from the html_file


insertElementAt

public void insertElementAt(java.lang.Object what,
                            int line)
Description of the Method


removeElementAt

public void removeElementAt(int line)
Description of the Method


addElement

public void addElement(java.lang.Object what)
Adds a feature to the Element attribute of the html_file object


elementAt

public java.lang.Object elementAt(int position)
Description of the Method


putOnDisk

public void putOnDisk(java.lang.String directory_name)
Description of the Method


get_html_lines

private java.util.Vector get_html_lines()
Description of the Method