Package com.github.jknack.handlebars
Class Options.InMemoryBuffer
java.lang.Object
com.github.jknack.handlebars.Options.InMemoryBuffer
- All Implemented Interfaces:
Options.Buffer,Appendable,CharSequence
- Enclosing class:
Options
@Deprecated(since="2024-07-10")
public static class Options.InMemoryBuffer
extends Object
implements Options.Buffer
Deprecated.
com.github.jknack.handlebars package is deprecated and marked for removal in subsequent releases which will involve removal of the handlebars dependency in AEM.
A
StringBuilder implementation.- Since:
- 2.3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(char c) Deprecated.append(CharSequence csq) Deprecated.append(CharSequence csq, int start, int end) Deprecated.charcharAt(int index) Deprecated.intlength()Deprecated.subSequence(int start, int end) Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty, toString
-
Constructor Details
-
InMemoryBuffer
public InMemoryBuffer()Deprecated.
-
-
Method Details
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
length
public int length()Deprecated.- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) Deprecated.- Specified by:
charAtin interfaceCharSequence
-
subSequence
Deprecated.- Specified by:
subSequencein interfaceCharSequence
-