Java org.apache.commons.io.input CharSequenceInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.io.input CharSequenceInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.io.input CharSequenceInputStream.

The text is from its open source code.

Constructor

CharSequenceInputStream(final CharSequence cs, final Charset charset)
Constructor, calls #CharSequenceInputStream(CharSequence,Charset,int) with a buffer size of 2048.
CharSequenceInputStream(final CharSequence cs, final String charset)
Constructor, calls #CharSequenceInputStream(CharSequence,String,int) with a buffer size of 2048.