package text
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class ContextAwareMapper[C, V](read: (C, String) ⇒ V, write: (C, V) ⇒ String) extends Product with Serializable
- class EOFException extends ReadException
- case class EnumSetSerializer[E <: Enum[E]](allValues: Array[E])(implicit evidence$1: ClassTag[E]) extends Product with Serializable
-
trait
FormatCommons extends AnyRef
Various helper functions.
- final class InputWrapperStream extends InputStream
- case class Mapper[V](read: (String) ⇒ V, write: (V) ⇒ String) extends Product with Serializable
- final class OutputWrapperStream extends OutputStream
- class ReadException extends Exception
- trait RelationsTextFormat extends FormatCommons
- class TextAnalysisFormat extends FormatCommons with RelationsTextFormat
Value Members
- object AnalyzedClassFormats
- object CompanionsFormat extends Format[Companions]
- object CompilationFormat extends Format[Compilation]
- object FormatCommons extends FormatCommons
- object Mapper extends Serializable
- object TextAnalysisFormat extends TextAnalysisFormat