abstract class RecordHeaderDecoderCommon extends RecordHeaderDecoder
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RecordHeaderDecoderCommon
- RecordHeaderDecoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RecordHeaderDecoderCommon()
Abstract Value Members
-
abstract
def
getRecordLength(header: Array[Byte], offset: Long): Int
Get record length from the header.
Get record length from the header. Should throw a runtime exception if the header is invalid.
- Definition Classes
- RecordHeaderDecoder
- abstract def headerName: String
-
abstract
def
headerSize: Int
Header size (4 bytes most of the time.
Header size (4 bytes most of the time.
- Definition Classes
- RecordHeaderDecoder
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
renderHeader(header: Array[Byte]): String
- Attributes
- protected
-
def
reportInvalidHeaderLength(header: Array[Byte], offset: Long): Unit
- Attributes
- protected
-
def
reportInvalidHeaderZeros(header: Array[Byte], offset: Long): Unit
- Attributes
- protected
-
def
reportInvalidValue(header: Array[Byte], offset: Long, value: Int): Unit
- Attributes
- protected
-
def
reportMinimumLength(header: Array[Byte], offset: Long, length: Int, minLength: Int): Nothing
- Attributes
- protected
-
def
reportTooLargeBlockLength(header: Array[Byte], offset: Long, blockLength: Int): Nothing
- Attributes
- protected
-
def
reportZeroLength(header: Array[Byte], offset: Long): Nothing
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validateHeader(header: Array[Byte], offset: Long): Unit
- Attributes
- protected
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()