com
.
codacy
.
stream
IndexFile
Related Docs:
object IndexFile
|
package stream
class
IndexFile
extends
MappedFile
Linear Supertypes
MappedFile
,
ReferenceCounted
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
IndexFile
MappedFile
ReferenceCounted
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
IndexFile
(
file:
File
,
raf:
RandomAccessFile
,
chunkSize:
Long
,
overlapSize:
Long
,
capacity:
Long
)
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
def
acquireByteStore
[
T <:
MappedBytesStore
]
(
arg0:
Long
,
arg1:
MappedBytesStoreFactory
[
T
]
)
:
T
Definition Classes
MappedFile
Annotations
@throws
(
...
)
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
acquireByteStore
(
arg0:
Long
)
:
MappedBytesStore
Definition Classes
MappedFile
Annotations
@throws
(
...
)
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
acquireBytesForRead
(
arg0:
Long
,
arg1:
VanillaBytes
)
:
Unit
Definition Classes
MappedFile
Annotations
@throws
(
...
)
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
acquireBytesForRead
(
arg0:
Long
)
:
Bytes
Definition Classes
MappedFile
Annotations
@throws
(
...
)
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
acquireBytesForWrite
(
arg0:
Long
,
arg1:
VanillaBytes
)
:
Unit
Definition Classes
MappedFile
Annotations
@throws
(
...
)
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
acquireBytesForWrite
(
arg0:
Long
)
:
Bytes
Definition Classes
MappedFile
Annotations
@throws
(
...
)
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
actualSize
()
:
Long
Definition Classes
MappedFile
Annotations
@throws
(
...
)
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
capacity
()
:
Long
Definition Classes
MappedFile
def
chunkSize
()
:
Long
Definition Classes
MappedFile
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
file
()
:
File
Definition Classes
MappedFile
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getNewChunkListener
()
:
NewChunkListener
Definition Classes
MappedFile
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isClosed
()
:
Boolean
Definition Classes
MappedFile
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
overlapSize
()
:
Long
Definition Classes
MappedFile
def
refCount
()
:
Long
Definition Classes
MappedFile → ReferenceCounted
def
referenceCounts
()
:
String
Definition Classes
MappedFile
def
release
()
:
Unit
Definition Classes
MappedFile → ReferenceCounted
Annotations
@throws
(
...
)
def
reserve
()
:
Unit
Definition Classes
MappedFile → ReferenceCounted
Annotations
@throws
(
...
)
def
setNewChunkListener
(
arg0:
NewChunkListener
)
:
Unit
Definition Classes
MappedFile
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
tryReserve
()
:
Boolean
Definition Classes
MappedFile → ReferenceCounted
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
(
...
)
def
withSizes
(
arg0:
Long
,
arg1:
Long
)
:
MappedFile
Definition Classes
MappedFile
Inherited from
MappedFile
Inherited from
ReferenceCounted
Inherited from
AnyRef
Inherited from
Any
Ungrouped