Package tripleo.elijah.util
Class TabbedOutputStream
java.lang.Object
tripleo.elijah.util.TabbedOutputStream
-
Constructor Summary
ConstructorsConstructorDescriptionTabbedOutputStream(@NotNull OutputStream os) TabbedOutputStream(@NotNull Writer w, boolean buffer_it) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddec_tabs()voidflush()voidbooleanstatic voidvoidvoidput_string(@NotNull String s) voidput_string_ln(@NotNull String s) voidput_string_ln_no_tabs(@NotNull String s) voidquote_string(@NotNull String s) intt()
-
Constructor Details
-
TabbedOutputStream
-
TabbedOutputStream
-
-
Method Details
-
main
-
close
- Throws:
IOException
-
dec_tabs
public void dec_tabs() -
flush
- Throws:
IOException
-
getStream
-
incr_tabs
public void incr_tabs() -
put_newline
- Throws:
IOException
-
put_string_ln
- Throws:
IOException
-
put_string
- Throws:
IOException
-
is_connected
public boolean is_connected() -
put_string_ln_no_tabs
- Throws:
IOException
-
quote_string
- Throws:
IOException
-
t
public int t()
-