JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
fr.sii.ogham.sms.splitter
Interface Segment
All Known Implementing Classes:
EncodedSegment
,
StringSegment
public interface
Segment
Represents a segment (part) of the original message.
Author:
Aurélien Baudet
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
byte[]
getBytes
()
Returns the segment text as a byte array (partial message).
Method Detail
getBytes
byte[] getBytes()
Returns the segment text as a byte array (partial message).
Returns:
the byte array for the segment
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2021. All rights reserved.