| Package | Description | 
|---|---|
| org.columba.ristretto.io | 
 Basic data and IO Interfaces and Implementations. 
 | 
| org.columba.ristretto.message | 
 Datastructures associated with Messages. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ByteBufferSource
Source that wraps a byte array. 
 | 
class  | 
CharSequenceSource
Source that wraps the given CharSequence. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Source | 
CharSequenceSource.fromActualPosition()  | 
Source | 
ByteBufferSource.fromActualPosition()  | 
Source | 
Source.fromActualPosition()
Creates a sub source starting from the actual position. 
 | 
Source | 
CharSequenceSource.subSource(int start,
         int end)  | 
Source | 
ByteBufferSource.subSource(int start,
         int end)  | 
Source | 
Source.subSource(int start,
         int end)
Creates a sub source of this source. 
 | 
| Constructor and Description | 
|---|
SourceInputStream(Source source)
Constructs the SourceInputStream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Source | 
LocalMimePart.getBody()  | 
Source | 
LocalMimePart.getSource()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocalMimePart.setBody(Source body)  | 
void | 
LocalMimePart.setBody(Source body,
       boolean alreadyEncoded)  | 
void | 
LocalMimePart.setSource(Source source)
Set the source. 
 | 
| Constructor and Description | 
|---|
LocalMimePart(MimeHeader header,
             Source body)
Constructs the LocalMimePart. 
 | 
LocalMimePart(MimeHeader header,
             Source body,
             boolean alreadyEncoded)
Constructs the LocalMimePart. 
 | 
Copyright © 2021. All Rights Reserved.