Uses of Class
org.jboss.system.server.profileservice.repository.clustered.sync.ByteChunk

Packages that use ByteChunk
org.jboss.system.server.profileservice.repository.clustered.local.file   
org.jboss.system.server.profileservice.repository.clustered.sync   
 

Uses of ByteChunk in org.jboss.system.server.profileservice.repository.clustered.local.file
 

Methods in org.jboss.system.server.profileservice.repository.clustered.local.file that return ByteChunk
 ByteChunk AddContentStreamAction.getNextBytes()
           
 ByteChunk FileReadAction.getNextBytes()
           
 

Methods in org.jboss.system.server.profileservice.repository.clustered.local.file with parameters of type ByteChunk
 void FileWriteAction.writeBytes(ByteChunk bytes)
           
protected  void AbstractFileWriteAction.writeBytes(ByteChunk bytes)
           
 

Uses of ByteChunk in org.jboss.system.server.profileservice.repository.clustered.sync
 

Methods in org.jboss.system.server.profileservice.repository.clustered.sync that return ByteChunk
 ByteChunk SynchronizationReadAction.getNextBytes()
          Gets the next chunk of bytes from the item associated with this action.
 

Methods in org.jboss.system.server.profileservice.repository.clustered.sync with parameters of type ByteChunk
 void NoOpRepositorySynchronizationWriteAction.writeBytes(ByteChunk bytes)
           
 void SynchronizationWriteAction.writeBytes(ByteChunk bytes)
          Write the given bytes to the item referenced by this action.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.