Calls
Base64.InputStream.read()
repeatedly until the end of stream
│ │ │ │ +
Calls
read()
repeatedly until the end of stream
│ │ │ │ is reached or
len bytes are read.
│ │ │ │
│ │ │ │
ref(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │
│ │ │ │ -
│ │ │ │ +
│ │ │ │
│ │ │ │
reference(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │
│ │ │ │ Add a reference to the element represented by this builder node, and
│ │ │ │ return the node representing the element to which the reference
│ │ │ │ was added (not the new reference node).
│ │ │ │
│ │ │ │ @@ -384,15 +384,15 @@
│ │ │ │
Suspends encoding of the stream.
│ │ │ │
│ │ │ │
│ │ │ │
T
│ │ │ │
│ │ │ │ - t(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ -
│ │ │ │ -
│ │ │ │ +
│ │ │ │
│ │ │ │ - text(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ -
│ │ │ │
Add a text value to the element represented by this builder node, and
│ │ │ │ return the node representing the element to which the text
│ │ │ │ was added (not the new text node).
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -10,25 +10,25 @@
│ │ │ │ │ * _H_e_l_p
│ │ │ │ │ _S_E_A_R_C_H[ ][Reset]
│ │ │ │ │ ************ IInnddeexx ************
│ │ │ │ │ _A _B _C _D _E _F _G _I _M _N _O _P _R _S _T _U _W _X
│ │ │ │ │ _A_l_l_ _C_l_a_s_s_e_s_ _a_n_d_ _I_n_t_e_r_f_a_c_e_s|_A_l_l_ _P_a_c_k_a_g_e_s|_C_o_n_s_t_a_n_t_ _F_i_e_l_d_ _V_a_l_u_e_s
│ │ │ │ │ ********** AA **********
│ │ │ │ │ _a_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _a_t_t_r_i_b_u_t_e_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._a_t_t_r_i_b_u_t_e_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_).
│ │ │ │ │ _a_s_s_e_r_t_C_u_r_r_e_n_t_E_l_e_m_e_n_t_H_a_s_N_o_T_e_x_t_N_o_d_e_s_(_) - Method in class
│ │ │ │ │ com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │
│ │ │ │ │ _a_s_S_t_r_i_n_g_(_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Serialize the XML document to a string excluding the XML declaration.
│ │ │ │ │ _a_s_S_t_r_i_n_g_(_P_r_o_p_e_r_t_i_e_s_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Serialize the XML document to a string by delegating to the _t_o_W_r_i_t_e_r
│ │ │ │ │ - _(_W_r_i_t_e_r_,_ _P_r_o_p_e_r_t_i_e_s_) method.
│ │ │ │ │ + Serialize the XML document to a string by delegating to the
│ │ │ │ │ + _X_M_L_B_u_i_l_d_e_r_._t_o_W_r_i_t_e_r_(_W_r_i_t_e_r_,_ _P_r_o_p_e_r_t_i_e_s_) method.
│ │ │ │ │ _a_t_t_r_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _a_t_t_r_i_b_u_t_e_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._a_t_t_r_i_b_u_t_e_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_).
│ │ │ │ │ _a_t_t_r_i_b_u_t_e_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Add a named attribute value to the element represented by this builder
│ │ │ │ │ node, and return the node representing the element to which the attribute
│ │ │ │ │ was added (nnoott the new attribute node).
│ │ │ │ │ ********** BB **********
│ │ │ │ │ _B_a_s_e_6_4 - Class in _n_e_t_._i_h_a_r_d_e_r_._b_a_s_e_6_4
│ │ │ │ │ Encodes and decodes to and from Base64 notation.
│ │ │ │ │ @@ -38,23 +38,23 @@
│ │ │ │ │ the fly.
│ │ │ │ │ _B_a_s_e_6_4_._O_u_t_p_u_t_S_t_r_e_a_m - Class in _n_e_t_._i_h_a_r_d_e_r_._b_a_s_e_6_4
│ │ │ │ │ A _B_a_s_e_6_4_._O_u_t_p_u_t_S_t_r_e_a_m will write data to another java.io.OutputStream,
│ │ │ │ │ given in the constructor, and encode/decode to/from Base64 notation on
│ │ │ │ │ the fly.
│ │ │ │ │ ********** CC **********
│ │ │ │ │ _c_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _c_o_m_m_e_n_t_(_S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._c_o_m_m_e_n_t_(_S_t_r_i_n_g_).
│ │ │ │ │ _c_d_a_t_a_(_b_y_t_e_[_]_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Add a CDATA value to the element represented by this builder node, and
│ │ │ │ │ return the node representing the element to which the data was added (nnoott
│ │ │ │ │ the new CDATA node).
│ │ │ │ │ _c_l_o_s_e_(_) - Method in class net.iharder.base64._B_a_s_e_6_4_._O_u_t_p_u_t_S_t_r_e_a_m
│ │ │ │ │ Flushes and closes (I think, in the superclass) the stream.
│ │ │ │ │ _c_m_n_t_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _c_o_m_m_e_n_t_(_S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._c_o_m_m_e_n_t_(_S_t_r_i_n_g_).
│ │ │ │ │ _c_o_m_._j_a_m_e_s_m_u_r_t_y_._u_t_i_l_s - package com.jamesmurty.utils
│ │ │ │ │
│ │ │ │ │ _c_o_m_m_e_n_t_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Add a comment to the element represented by this builder node, and return
│ │ │ │ │ the node representing the element to which the comment was added (nnoott the
│ │ │ │ │ new comment node).
│ │ │ │ │ _c_r_e_a_t_e_(_S_t_r_i_n_g_) - Static method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ @@ -90,17 +90,17 @@
│ │ │ │ │ Convenience method for decoding data to a file.
│ │ │ │ │ _d_e_c_o_d_e_T_o_O_b_j_e_c_t_(_S_t_r_i_n_g_) - Static method in class net.iharder.base64._B_a_s_e_6_4
│ │ │ │ │ Attempts to decode Base64 data and deserialize a Java Object within.
│ │ │ │ │ _D_O_N_T___B_R_E_A_K___L_I_N_E_S - Static variable in class net.iharder.base64._B_a_s_e_6_4
│ │ │ │ │ Don't break lines when encoding (violates strict Base64 specification)
│ │ │ │ │ ********** EE **********
│ │ │ │ │ _e_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _e_l_e_m_e_n_t_(_S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._e_l_e_m_e_n_t_(_S_t_r_i_n_g_).
│ │ │ │ │ _e_l_e_m_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _e_l_e_m_e_n_t_(_S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._e_l_e_m_e_n_t_(_S_t_r_i_n_g_).
│ │ │ │ │ _e_l_e_m_e_n_t_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Add a named XML element to the document as a child of this builder node,
│ │ │ │ │ and return the builder node representing the new child.
│ │ │ │ │ _E_N_C_O_D_E - Static variable in class net.iharder.base64._B_a_s_e_6_4
│ │ │ │ │ Specify encoding.
│ │ │ │ │ _e_n_c_o_d_e_B_y_t_e_s_(_b_y_t_e_[_]_) - Static method in class net.iharder.base64._B_a_s_e_6_4
│ │ │ │ │ Encodes a byte array into Base64 notation.
│ │ │ │ │ @@ -137,27 +137,27 @@
│ │ │ │ │
│ │ │ │ │ _g_e_t_E_l_e_m_e_n_t_(_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │
│ │ │ │ │ _G_Z_I_P - Static variable in class net.iharder.base64._B_a_s_e_6_4
│ │ │ │ │ Specify that data should be gzip-compressed.
│ │ │ │ │ ********** II **********
│ │ │ │ │ _i_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _i_n_s_t_r_u_c_t_i_o_n_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._i_n_s_t_r_u_c_t_i_o_n_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_).
│ │ │ │ │ _i_m_p_o_r_t_X_M_L_B_u_i_l_d_e_r_(_X_M_L_B_u_i_l_d_e_r_) - Method in class
│ │ │ │ │ com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Imports another XMLBuilder document into this document at the current
│ │ │ │ │ position.
│ │ │ │ │ _I_n_p_u_t_S_t_r_e_a_m_(_I_n_p_u_t_S_t_r_e_a_m_) - Constructor for class
│ │ │ │ │ net.iharder.base64._B_a_s_e_6_4_._I_n_p_u_t_S_t_r_e_a_m
│ │ │ │ │ Constructs a _B_a_s_e_6_4_._I_n_p_u_t_S_t_r_e_a_m in DECODE mode.
│ │ │ │ │ _I_n_p_u_t_S_t_r_e_a_m_(_I_n_p_u_t_S_t_r_e_a_m_,_ _i_n_t_) - Constructor for class
│ │ │ │ │ net.iharder.base64._B_a_s_e_6_4_._I_n_p_u_t_S_t_r_e_a_m
│ │ │ │ │ Constructs a _B_a_s_e_6_4_._I_n_p_u_t_S_t_r_e_a_m in either ENCODE or DECODE mode.
│ │ │ │ │ _i_n_s_t_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _i_n_s_t_r_u_c_t_i_o_n_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._i_n_s_t_r_u_c_t_i_o_n_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_).
│ │ │ │ │ _i_n_s_t_r_u_c_t_i_o_n_(_S_t_r_i_n_g_,_ _S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Add an instruction to the element represented by this builder node, and
│ │ │ │ │ return the node representing the element to which the instruction was
│ │ │ │ │ added (nnoott the new instruction node).
│ │ │ │ │ ********** MM **********
│ │ │ │ │ _m_a_i_n_(_S_t_r_i_n_g_[_]_) - Static method in class net.iharder.base64._B_a_s_e_6_4
│ │ │ │ │ Encodes or decodes two files from the command line; ffeeeell ffrreeee ttoo ddeelleettee
│ │ │ │ │ @@ -179,38 +179,38 @@
│ │ │ │ │ net.iharder.base64._B_a_s_e_6_4_._O_u_t_p_u_t_S_t_r_e_a_m
│ │ │ │ │ Constructs a _B_a_s_e_6_4_._O_u_t_p_u_t_S_t_r_e_a_m in either ENCODE or DECODE mode.
│ │ │ │ │ ********** PP **********
│ │ │ │ │ _p_a_r_s_e_(_I_n_p_u_t_S_o_u_r_c_e_) - Static method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Construct a builder from an existing XML document.
│ │ │ │ │ ********** RR **********
│ │ │ │ │ _r_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _r_e_f_e_r_e_n_c_e_(_S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._r_e_f_e_r_e_n_c_e_(_S_t_r_i_n_g_).
│ │ │ │ │ _r_e_a_d_(_) - Method in class net.iharder.base64._B_a_s_e_6_4_._I_n_p_u_t_S_t_r_e_a_m
│ │ │ │ │ Reads enough of the input stream to convert to/from Base64 and returns
│ │ │ │ │ the next byte.
│ │ │ │ │ _r_e_a_d_(_b_y_t_e_[_]_,_ _i_n_t_,_ _i_n_t_) - Method in class
│ │ │ │ │ net.iharder.base64._B_a_s_e_6_4_._I_n_p_u_t_S_t_r_e_a_m
│ │ │ │ │ - Calls _B_a_s_e_6_4_._I_n_p_u_t_S_t_r_e_a_m_._r_e_a_d_(_) repeatedly until the end of stream is
│ │ │ │ │ - reached or len bytes are read.
│ │ │ │ │ + Calls _r_e_a_d_(_) repeatedly until the end of stream is reached or len bytes
│ │ │ │ │ + are read.
│ │ │ │ │ _r_e_f_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonym for _r_e_f_e_r_e_n_c_e_(_S_t_r_i_n_g_).
│ │ │ │ │ + Synonym for _X_M_L_B_u_i_l_d_e_r_._r_e_f_e_r_e_n_c_e_(_S_t_r_i_n_g_).
│ │ │ │ │ _r_e_f_e_r_e_n_c_e_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Add a reference to the element represented by this builder node, and
│ │ │ │ │ return the node representing the element to which the reference was added
│ │ │ │ │ (nnoott the new reference node).
│ │ │ │ │ _r_e_s_u_m_e_E_n_c_o_d_i_n_g_(_) - Method in class net.iharder.base64._B_a_s_e_6_4_._O_u_t_p_u_t_S_t_r_e_a_m
│ │ │ │ │ Resumes encoding of the stream.
│ │ │ │ │ _r_o_o_t_(_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │
│ │ │ │ │ ********** SS **********
│ │ │ │ │ _s_u_s_p_e_n_d_E_n_c_o_d_i_n_g_(_) - Method in class net.iharder.base64._B_a_s_e_6_4_._O_u_t_p_u_t_S_t_r_e_a_m
│ │ │ │ │ Suspends encoding of the stream.
│ │ │ │ │ ********** TT **********
│ │ │ │ │ _t_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ - Synonmy for _t_e_x_t_(_S_t_r_i_n_g_).
│ │ │ │ │ + Synonmy for _X_M_L_B_u_i_l_d_e_r_._t_e_x_t_(_S_t_r_i_n_g_).
│ │ │ │ │ _t_e_x_t_(_S_t_r_i_n_g_) - Method in class com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Add a text value to the element represented by this builder node, and
│ │ │ │ │ return the node representing the element to which the text was added (nnoott
│ │ │ │ │ the new text node).
│ │ │ │ │ _t_o_W_r_i_t_e_r_(_W_r_i_t_e_r_,_ _P_r_o_p_e_r_t_i_e_s_) - Method in class
│ │ │ │ │ com.jamesmurty.utils._X_M_L_B_u_i_l_d_e_r
│ │ │ │ │ Serialize the XML document to the given writer using the default